Get accessible methods of a classdef or an object
methods(classdef) methods(object) meths = methods(classdef) meths = methods(object)
Classdef from which we want to retrieve the methods
Object from which we want to retrieve the methods
a string matrix of accessible methods
![]() | If methods is called without output argument, the function only print list of methods. |
| Version | Description |
| 2026.0.0 | methods introduction. |