isvalid
Return true if variable h is a valid handle.
📝Syntax
res = isvalid(h)
📥Input Arguments
Parameter Description
h an handle object
📤Output Arguments
Parameter Description
res a logical: true or false
📄Description
isvalid returns a logical 1 if the argument is a valid handle and a logical 0 otherwise.
🔗See Also
isa
🕔Version History
Version Description
1.0.0 initial version
Edit this page on GitHub