help-octave
[Top][All Lists]
Advanced

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

function names


From: michaelschmid1
Subject: function names
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
-------------------------------------------------------------



reply via email to

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