Class Introspection and Metadata - MATLAB & Simulink (original) (raw)
Main Content
Get detailed information about classes from class metadata
Metadata provides information about class definitions. Find information about all properties, methods, and events defined by the class without constructing objects of the class.
Functions
Classes
Topics
- Class Metadata
Metaclasses provide a way to inspect class definitions programmatically. - Class Introspection with Metadata
Inspect class member definitions using metadata. - Find Objects with Specific Values
Metaclasses support methods that enable you to search for objects with properties set to specific values. - Get Information About Properties
Usematlab.metadata.Property
objects to find detailed information about object properties. - Find Default Values in Property Metadata
Use property metadata to find default values assigned to properties in the class definition.