[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Script files
From: |
Etienne Grossmann |
Subject: |
Re: Script files |
Date: |
Fri, 14 Jan 2000 08:55:30 GMT |
Hello,
> clear functionname
> but that didn't work. However, "clear" by itself does work. I prefer
That could depend on the version of octave. Doing "clear func" seems
to work with 2.1.19 :
----------------------------------------------------------------------
octave:1> msq(ones(3))
ans = 1
octave:2> who
*** currently compiled functions:
columns mean msq rows strcmp
octave:3> clear msq
octave:4> who
*** currently compiled functions:
columns mean rows strcmp
----------------------------------------------------------------------
(here, I use the function "msq" and then clear it).
Cheers,
Etienne
-----------------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.
Octave's home on the web: http://www.che.wisc.edu/octave/octave.html
How to fund new projects: http://www.che.wisc.edu/octave/funding.html
Subscription information: http://www.che.wisc.edu/octave/archive.html
-----------------------------------------------------------------------
- Script files, Andre Bonfrer, 2000/01/14
- Re: Script files,
Etienne Grossmann <=