From help-request at octave dot org Thu Dec 22 00:19:00 2005 Subject: function names From: michaelschmid1 at bluewin dot ch To: jwe at bevo dot che dot wisc dot edu Cc: help at octave dot org Date: Thu, 22 Dec 2005 07:13:42 +0100 It's really no problem. I was confused because the error message and I could not found the error in the self defined function. Now, it's clear and the function will be called "min_max". First should everything else work and then I will again think about the function names. Thanks a lot Michael On 21-Dec-2005, David Bateman wrote: | It would have been better that | minmax.oct was called max.oct and min.oct was a symbolic link to | max.oct. The problem is as you've found if you name a function minmax | octave find the file minmax.oct and then can't use your function... The | workaround is as you said, don't use the function name minmax.... Or, if you really need the minmax name before this problem is fixed properly in the Octave sources, you can do this renaming by hand in your installed copy. jwe ------------------------------------------------------------- Octave is freely available under the terms of the GNU GPL. Octave's home on the web: http://www.octave.org How to fund new projects: http://www.octave.org/funding.html Subscription information: http://www.octave.org/archive.html -------------------------------------------------------------