Main Content
methods
Class method names
Description
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 option does not remove
duplicate method names with different signatures. This option does not work with
classes defined before MATLAB 7.6.'-full'
)
Examples
Input Arguments
Output Arguments
More About
Extended Capabilities
Version History
Introduced before R2006a