[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: load data
From: |
agronomist |
Subject: |
Re: load data |
Date: |
Tue, 7 Jul 2009 05:13:59 -0700 (PDT) |
typing
A = load("U:\Octave\datafile.dat");
gives:
warning: unrecognized escape sequence '\O' -- converting to 'O'
error: load: unable to find file U:Octave
It seems like Octave for some reason cant handel our network drive system.
Your command should read
A = load("U:\Octave\datafile.dat");
not
A = load("U:Octave\datafile.dat");
(mind the backslash after the drive letter).
Michael
_______________________________________________
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-tp24319716p24372227.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, 2009/07/06
- Re: load data, Michael Grossbach, 2009/07/06
- Re: load data,
agronomist <=
- 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