Find property of MATLAB handle object
Syntax
p = findprop(h,'propname')
Description
p = findprop(h,'propname') finds and returns
the meta.property object associated with property
name propname of scalar handle object h. propname must
be a string. It can be the name of a property defined by the class
of h or a dynamic property added to scalar object h.
If no property named propname exists for
object h, an empty meta.property array
is returned.
See Also
dynamicprops, findobj, meta.property, qrandstream
 | findobj (qrandstream) | | finv |  |
Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
Get the Interactive Kit