methodsview
View class methods
Description
methodsview( displays
information about the methods in the class classname)classname. If
classname is a MATLAB® or Java® class, methodsview lists only public methods, including
those methods inherited from superclasses.
methodsview creates a window that displays the methods and
information such as arguments, returned values, and superclasses. It also includes method
qualifiers (for example, abstract or synchronized) and
possible exceptions thrown.
methodsview( displays information for
the class of object)object.
Examples
Input Arguments
Version History
Introduced before R2006a