Main Content

Methods

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.

Fonctions

methodsClass method names
ismethodDetermine if object has specified method

Classes

matlab.metadata.MethodDescribe MATLAB class method

Rubriques

Method Use

Method Types

Methods That Overload Functions