Importing data

Ben Abbott bpabbott at mac.com
Tue Mar 25 18:07:13 CDT 2008


On Mar 25, 2008, at 5:18 PM, Worik wrote:
> Friends
>
> I am new (about a week) to octave and am just starting to find my  
> feet.
>
> I cannot find out how to import data from a CSV file.  Can anyone  
> point
> me to an example of how to do that?
> cheers
> Worik
> -- 
> They laughed at Einstein. They laughed at the Wright Brothers. They
> laughed at Bozo the Clown.

If all you have is numeric data with a consistent number of rows/ 
columns.

 > data = load ("filename.txt")

Ben


More information about the Help-octave mailing list