reading ascii data

de Almeida, Valmor F. dealmeidav at ornl.gov
Tue Aug 5 23:33:15 CDT 2008


Thanks. It does work.

--
Valmor


> -----Original Message-----
> From: Ben Abbott [mailto:bpabbott at mac.com]
> Sent: Tuesday, August 05, 2008 1:59 PM
> To: de Almeida, Valmor F.
> Cc: help-octave at octave.org
> Subject: Re: reading ascii data
> 
> 
> On Tuesday, August 05, 2008, at 12:29PM, "de Almeida, Valmor F."
> <dealmeidav at ornl.gov> wrote:
> >
> >Hello,
> >
> >I would like to read an ascii data file with 3 columns of integers
> >separated by a space, and an unknown number of rows into 3 vectors or
a
> >matrix with 3 columns.
> 
> Try
> 
>      data = load ("-ascii",  "yourfile.txt")
> 
> Ben



More information about the Help-octave mailing list