isvalid
Last updated
Was this helpful?
Last updated
Was this helpful?
Return true if variable h is a valid handle.
res = isvalid(h)
h - an handle object
res - a logical: true or false
isvalid returns a logical 1 if the argument is a valid handle and a logical 0 otherwise.
.
1.0.0
initial version
Allan CORNET