[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: load data
From: |
Jaroslav Hajek |
Subject: |
Re: load data |
Date: |
Sat, 4 Jul 2009 12:40:52 +0200 |
On Fri, Jul 3, 2009 at 10:45 AM, agronomist<address@hidden> 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
- load data, agronomist, 2009/07/03
- Re: load data, Thomas Weber, 2009/07/03
- Re: load data,
Jaroslav Hajek <=
- Re: load data, agronomist, 2009/07/06
- Re: load data, Michael Grossbach, 2009/07/06
- Re: load data, agronomist, 2009/07/07
- RE: load data, HALL, BENJAMIN PW, 2009/07/07
- Re: load data, Michael Grossbach, 2009/07/07
- Re: load data, Przemek Klosowski, 2009/07/08