help-octave
[Top][All Lists]
Advanced

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

Re: Search path for .m files:help


From: gebhardt
Subject: Re: Search path for .m files:help
Date: Fri, 4 Apr 1997 20:13:03 -0500

Hi,

 > Hi, I am using octave 2.05 for OS/2.  The problem I have is the
 > following: If I start octave from my working directory and give the
 > command: test.m, the m-file is not found; I have to put it in some
 > subdir.  of scripts directory.  There is the way to tell octave to
 > search also in the present working directory ?

Octave searches in the directories specified in the variable LOADPATH.
Add the following line in your .octaverc file:

LOADPATH = strcat (".;", LOADPATH);

Klaus Gebhardt [TEAM OS/2]



reply via email to

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