Class method names
methods
displays the names of the methods for the class ClassName
ClassName
. If ClassName
is a MATLAB® or Java® class, then methods
displays only non-hidden, public methods, including those methods inherited from superclasses.
methods(obj)
displays the names of the methods for the class of obj
.
methods(___,
displays a full description of the methods, including inheritance information and, for MATLAB and Java methods, method attributes and signatures. This function does not remove duplicate method names with different signatures. This option does not work with classes defined before MATLAB 7.6.'-full'
)