help-octave
[Top][All Lists]
Advanced

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

Call a function by name?


From: edA-qa mort-ora-y
Subject: Call a function by name?
Date: Sat, 24 Jul 2004 10:51:19 +0200
User-agent: Mozilla Thunderbird 0.6 (X11/20040502)

Is there anyway to call a function by name in Octave?

For example:

function q = myfunc( inner )
        q = call( inner, 251, 2, 3 )
endfunction

myfunc( "sqrt" )

I need this to do some plotting and some integration-like calculations.

--
edA-qa mort-ora-y
Idea Architect
http://disemia.com/



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