help-octave
[Top][All Lists]
Advanced

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

Re: Using .mat files without moving to its path


From: Paul Kienzle
Subject: Re: Using .mat files without moving to its path
Date: Tue, 23 Oct 2001 13:39:43 -0400

If you know its path, you can just use it.  E.g.,

    load myoctave/data.mat

If you know it is on your loadpath, the you can find it and use it.  E.g.,

    load (file_in_loadpath("data.mat"))

Paul Kienzle
address@hidden

Avi Moreno wrote:

> Hello All!
>
> How can I load a .mat file without moving to its path? I've been trying
> with LOADPATH in .octaverc, but it doesn't work.
>
> Can anybody help me?
>
> Thank you in advance,
> Avi
>
> -------------------------------------------------------------
> 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
> -------------------------------------------------------------



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