Techniques for Class Customization
Learn ways to customize class behavior
You can customize class behavior by overloading operators, inheriting from mixin classes, and overloading MATLAB® functions.
Topics
- Introduction to Class Customization
Methods commonly defined for MATLAB methods.
- Operator Overloading
Implement MATLAB operators by overloading these functions.