Main Content
findprop
Class: handle
Find matlab.metadata.Property
object
Syntax
mp = findprop(h,property)
Description
returns the mp
= findprop(h
,property
)matlab.metadata.Property
object associated with the named
property of the object h
. property
can be a
property defined by the class of h
or a dynamic property defined only
for the object h
.