Methods That Control Specific Behaviors - MATLAB & Simulink (original) (raw)
Main Content
Classes can overload functions to control specific behaviors and operations
Determine which methods control specific object behaviors and which methods implement arithmetic, relational, and array operations for your class.
Topics
- Methods That Modify Default Behavior
Methods commonly defined for MATLABĀ® methods. - Operator Overloading
Implement MATLAB operators by overloading these functions.