Class Customization
Customize behavior of user-defined classes, including save and load processes
and indexing operations
Objects of user-defined classes share the same behaviors as objects of built-in classes. You can customize many aspects of these behaviors to satisfy specific requirements of your class design. For example, you can define specific processes for saving and loading objects of your class.
Categories
- Techniques for Class Customization
Learn ways to customize class behavior
- Customize Object Display for Classes
Customize how MATLAB® displays objects of your class in the command window
- Object Save and Load
Customize the object save and load process
- Design Classes for Compatibility
Customize classes to maintain compatibility between versions
- Customize Object Indexing
Customize indexed reference and assignment for your class