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: Wed, 21 Dec 2005 10:03:04 +0100

I tried yesterday evening to define a function
called "minmax"

function pr = minmax(p)

pr = p;

endfunction

but Octave doesn't accept this name.

function pr = min_max(p) was ok.

Why that? This should be a new function, not interpreting the min function...

Octave Version 2.9.3 on cygwin

Thanks for any answers
Michael



-------------------------------------------------------------
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]