help-octave
[Top][All Lists]
Advanced

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

Re: Very slow reading of a 2D matirx


From: Paul Kienzle
Subject: Re: Very slow reading of a 2D matirx
Date: Fri, 21 Oct 2005 06:26:17 -0400


On Oct 20, 2005, at 10:39 PM, Mike Miller wrote:

...and have it read in without having to find the data file. See what I mean? Maybe someone has an elegant way of finding a file or of associating a file with a script. That would be nice.

If you install the data in the same directory as the script then you should be able to do:

        x = load(file_in_loadpath('script_data'))

- Paul



-------------------------------------------------------------
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]