Class property names
properties(
displays the names of the non-hidden, public properties for the MATLAB® class, including inherited properties.ClassName
)
properties(
displays the names of the public properties for the object or object array. When obj
)obj
is scalar, properties
also returns dynamic properties. When obj
is an array, properties
returns the properties of the class of the array.
events
| fieldnames
| methods