Methods - MATLAB & Simulink (original) (raw)

Main Content

Method syntax, attributes, and purpose

Methods are the operations defined by a class. Methods can overload MATLABĀ® functions to perform the operations on objects of the class. MATLAB determines which method or function to call based on the dominant argument. Class constructor methods create objects of the class and must follow specific rules.

Functions

Classes

Topics

Method Use

Method Types

Methods That Overload Functions