[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Octave help...
From: |
siko1056 |
Subject: |
Re: Octave help... |
Date: |
Mon, 19 Oct 2015 04:09:38 -0700 (PDT) |
As your file contains "comma seperated values" (CSV) try the function
csvread:
https://www.gnu.org/software/octave/doc/interpreter/Simple-File-I_002fO.html#XREFcsvread
or type
>> help csvread
in the Octave command prompt.
HTH, Kai
--
View this message in context:
http://octave.1599824.n4.nabble.com/Octave-help-tp4672982p4672987.html
Sent from the Octave - General mailing list archive at Nabble.com.
- Octave help..., Jonathan Camilleri, 2015/10/18
- Re: Octave help...,
siko1056 <=