From help-octave-request at bevo dot che dot wisc dot edu Fri Jan 14 02:57:37 2000 Subject: Re: Script files From: Etienne Grossmann To: andre at bruwer dot mbs dot unimelb dot edu dot au, help-octave@bevo.che.wisc.edu 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 -----------------------------------------------------------------------