<< Anonymous Functions | Function_handle functions | isfunction_handle >> |
func_handle = str2func(str) |
a string.
a function handle
func_handle = str2func(str) returns a function handle constructed from the string str.
fh = str2func('cos')
class(fh)
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET