help-octave
[Top][All Lists]
Advanced

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

Finding out the name of the dispatched function


From: Shai Ayal
Subject: Finding out the name of the dispatched function
Date: Sat, 15 Apr 2006 21:41:10 +0300
User-agent: Thunderbird 1.5 (Windows/20051201)

Hi all,

Is there a way to find out the name of the dispatched function? An example:

function xxx
   disp("xxx")
endfunction

dispatch("yyy","xxx","any");
dispatch("zzz","xxx","any");

I would like to know in xxx whether it was called as xxx, yyy, or zzz.

Shai



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