<< func2str | Function_handle functions | str2func >> |
l = isfunction_handle(func_handle) |
a function handle or other variable type.
a logical
l = isfunction_handle(func_handle) checks if func_handle is a function handle. Returning true if it is.
fh = str2func('cos')
isfunction_handle(fh)
fh = 3
isfunction_handle(fh)
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET