[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: load data
From: |
agronomist |
Subject: |
Re: load data |
Date: |
Mon, 6 Jul 2009 00:50:16 -0700 (PDT) |
Command
A = load("U:Octave\datafile.dat");
gives answer: unable to find file U:Octave
Although that I know the file is in that folder. Octave is installed in the
computer C drive and U drive is network drive in which my personal files
are. I can not save anything in the C drive.
Jaroslav Hajek-2 wrote:
>
> 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
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://www-old.cae.wisc.edu/mailman/listinfo/help-octave
>
>
--
View this message in context:
http://www.nabble.com/load-data-tp24319716p24351147.html
Sent from the Octave - General mailing list archive at Nabble.com.
- load data, agronomist, 2009/07/03
- Re: load data, Thomas Weber, 2009/07/03
- Re: load data, Jaroslav Hajek, 2009/07/04
- Re: load data,
agronomist <=
- 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