load data
Jaroslav Hajek
highegg at gmail.com
Sat Jul 4 05:40:52 CDT 2009
On Fri, Jul 3, 2009 at 10:45 AM, agronomist<eero.schroderus at jyu.fi> wrote:
>
> Sorry for simple question, but i'm having troubles to import data to Ocatave
> (version 3.2.0).
>
> I write
>
> A = load U:Octave\datafile.dat
>
> but Octave gives error message. In older versions I think it was possible to
> load data into certain variable with above command?
> --
>
Using result values together with command style call is no longer supported. Use
A = load("U:Octave\datafile.dat");
--
RNDr. Jaroslav Hajek
computing expert & GNU Octave developer
Aeronautical Research and Test Institute (VZLU)
Prague, Czech Republic
url: www.highegg.matfyz.cz
More information about the Help-octave
mailing list