Navigation

Operators and Keywords

Function List:

C++ API

: str2func (fcn_name)
: str2func (fcn_name, "global")

Return a function handle constructed from the string fcn_name.

If the optional "global" argument is passed, locally visible functions are ignored in the lookup.

See also: func2str, inline.

Package: octave