Superclass names
superclasses('
ClassName
')
superclasses(obj)
s = superclasses(...)
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(obj)
obj
is
an instance of a MATLAB class. obj
can be
either a scalar object or an array of objects.
s = superclasses(...)
returns the superclass
names in a cell array of strings.
Get the name of the matlab.mixin.SetGet
class
superclass:
superclasses('matlab.mixin.SetGet')
Superclasses for class matlab.mixin.SetGet:
handle
classdef
| events
| methods
| properties