<< isfunction_handle | function_handle functions |
func_handle = str2func(str) |
a string
a function handle.
function_handle = str2func(str) returns a function handle function_handle for the function named in the string str
fh = str2func('cos')
str = func2str(fh)
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET