isobject
Return true if variable var is an object.
Syntax
res = isobject(var)
Input argument
var - a variable
Output argument
res - a logical: true or false
Description
ishandle returns a logical 1 if the argument is an object and a logical 0 otherwise.
Example
See also
History
Version | Description |
---|---|
1.0.0 | initial version |
Author
Allan CORNET
Last updated