khalodark / addi

Automatically exported from code.google.com/p/addi
0 stars 0 forks source link

dlmread working in gnuoctave but not addi #69

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. save file below on phone or tablet 
2. go to directory in addi
3. run data=dlmread('IMU_DATA_2012-08-16_10-52-24.csv',',',1,0);
4. then type whos

What is the expected output? What do you see instead?

i expect to see a variable name data with size 1427X10, 114160 bytes, and class 
double

What version of the product are you using? On what operating system?
i am running addi version 1.98

Please provide any additional information below.

I am just trying to load data from csv file, and dlmread is not functioning as 
expected on addi.  I thought at first it was csvread but when i looked in that 
file i saw all it was was dlmread so i tried just using the function straight.  
And yes I'm sure my syntax is correct for dlmread.  Thank you in advance for 
your help.

Rami

Original issue reported on code.google.com by ramiriz...@gmail.com on 16 Aug 2012 at 3:45

Attachments:

GoogleCodeExporter commented 9 years ago
i got it working for some reason only csvread works and not dlmread.  and to 
use csvread you have to make sure no strings are in your data set.

Original comment by ramiriz...@gmail.com on 16 Aug 2012 at 5:09