isprop
Last updated
Was this helpful?
Last updated
Was this helpful?
Return true if property of handle object.
res = isprop(h, propertyname)
h - a handle object
propertyname - a string
res - a logical: true or false
isprop returns a logical 1 if the argument is a valid handle with property name and a logical 0 otherwise.
, .
1.0.0
initial version
Allan CORNET