| Contents | Index |
Find property of MATLAB handle object
p = findprop(h,'propname')
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.
dynamicprops | findobj | meta.property | qrandstream
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |