help-octave
[Top][All Lists]
Advanced

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

Re: load a mat file in octave


From: Martin Weiser
Subject: Re: load a mat file in octave
Date: Mon, 11 May 2009 21:29:26 +0200 (CEST)

On Fri, 8 May 2009, Ivan Sutoris wrote:

On Fri, May 8, 2009 at 7:17 PM, Carlo Rossi <address@hidden> wrote:
Hello,
 I have octave 3.0 for win but I have no a front end. So I'd like load some
file. I suppose that the command il "load matfile" but how can I set the
path since I have no a front end.

sorry I'm a newbie...

thanks,

Hi

these commands can help you:

cd mydir - change working directory to mydir
pwd - display present working directory

Regards
Ivan Sutoris

_______________________________________________
Help-octave mailing list
address@hidden
https://www-old.cae.wisc.edu/mailman/listinfo/help-octave

Hi,
another option: if you want to use something (function,script,data) from certain directory, but you would like to stay where you are (e.g. data in directory mydir1, function that uses them in mydir2, results expected in mydir3 (pwd)), then look at the functions path and addpath (type help path or help addpath) (see genpath, too:-)
HTH,
martin w.

reply via email to

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