help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Loading .csv files


From: John W. Eaton
Subject: Re: Loading .csv files
Date: Mon, 16 May 2005 09:58:22 -0400

On 16-May-2005, SITI HAJAR A BAKAR wrote:

| Hi guys, I did exactly as below it keep saying
|  nonexistent file 'data.txt'
| I am unable to save any data to text files either.  I've saved 
| the 'data' file to my workpath, and it exists when I type 
| file_in_loadpath('data.txt').

Octave does not search the loadpath for data files (the load in
loadpath refers to loading .m files, not data files).  Perhaps it
should, for compatibility?  In any case, a workaround is

  load (file_in_loadpath ('data.txt'))

jwe



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]