From help-request at octave dot org Wed Dec 21 03:08:18 2005 Subject: function names From: michaelschmid1 at bluewin dot ch To: help at octave dot org 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 -------------------------------------------------------------