help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: CSVs, .DATs


From: monkeyboy
Subject: Re: CSVs, .DATs
Date: Wed, 2 May 2012 06:26:20 -0700 (PDT)

Hello

Thanks for all your responses. I notice you have all eschewed comments on
Excel .
I'm uploading the smallest file I have from the datalogger. 
http://octave.1599824.n4.nabble.com/file/n4603206/CR800-14-1-12%28last%29.dat
CR800-14-1-12(last).dat 

I'm also uploading the exact same file opened into Excel and saved off as a
CSV 

http://octave.1599824.n4.nabble.com/file/n4603206/CR800test.csv
CR800test.csv 

Which returns the following when using CSVREAD


octave-3.4.0:29> csvread('CR800test.csv')
ans =

 Columns 1 and 2:

   0.0000e+00 + 0.0000e+00i   0.0000e+00 + 0.0000e+00i

 Columns 3 and 4:

   0.0000e+00 + 0.0000e+00i   1.9126e+04 + 0.0000e+00i

 Columns 5 and 6:

   0.0000e+00 + 0.0000e+00i   0.0000e+00 + 0.0000e+00i

 Columns 7 and 8:

   3.2072e+04 + 0.0000e+00i   0.0000e+00 + 0.0000e+00i

 Columns 9 and 10:

   0.0000e+00 + 0.0000e+00i   0.0000e+00 + 0.0000e+00i

 Columns 11 and 12:

   0.0000e+00 + 0.0000e+00i   0.0000e+00 + 0.0000e+00i

 Columns 13 and 14:

   0.0000e+00 + 0.0000e+00i   0.0000e+00 + 0.0000e+00i

 Columns 15 and 16:

   0.0000e+00 + 0.0000e+00i   0.0000e+00 + 0.0000e+00i

 Columns 17 and 18:

   0.0000e+00 + 0.0000e+00i   0.0000e+00 + 0.0000e+00i

 Columns 19 and 20:

   0.0000e+00 + 0.0000e+00i   0.0000e+00 + 0.0000e+00i

 Columns 21 and 22:

   0.0000e+00 + 0.0000e+00i   0.0000e+00 + 0.0000e+00i

 Columns 23 and 24:

   0.0000e+00 + 0.0000e+00i   0.0000e+00 + 0.0000e+00i
etc

--
View this message in context: 
http://octave.1599824.n4.nabble.com/CSVs-DATs-tp4602895p4603206.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]