Main Content
superclasses
Names of superclasses
Description
superclasses(
displays the
names of all visible superclasses of the MATLAB® class with the name ClassName
)ClassName
. Visible classes have
a Hidden
attribute value of false
(the
default).
superclasses(
displays the names of
all visible superclasses of object obj
)obj
, where
obj
is an instance of a MATLAB class. obj
can be either a scalar object or an
array of objects.
Examples
Input Arguments
Output Arguments
Extended Capabilities
Version History
Introduced in R2008b