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.
isprop, properties.
1.0.0
initial version
Last updated 4 months ago