help-octave
[Top][All Lists]
Advanced

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

Re: loading the octave function


From: Doug Stewart
Subject: Re: loading the octave function
Date: Thu, 07 Sep 2006 20:35:55 -0500
User-agent: Thunderbird 1.5.0.5 (Windows/20060719)

frank wang wrote:
Hi,
While working in Octave, I found that when I add new function to octavepath/share/m directory, or when I edit my the function, I have to quit octave. Otherwsie octave alsways uses the old function. It seems that octave automatically loaded the function in the load path when octave is started. So even the function has been updated, octave will not reload it unless restart the octave. Is this normal? Thanks Frank
------------------------------------------------------------------------

_______________________________________________
Help-octave mailing list
address@hidden
https://www.cae.wisc.edu/mailman/listinfo/help-octave
Yes this is normal. Octave does this to speed up the looking for the M files.

All the M files are recorded at start up and then Octave does not look through all those directories again later. But Octave does look in a directory called Octave-files each time you try and run and M file. So put your new files in the
Octave_ files  directory then all will be well. :-)

Doug


reply via email to

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