MATLAB Object-Oriented Programming

(Joyce) #1

Attribute
Name


Class Description

Static logical Default =
false


Specify as true to define a method that does not depend on
an object of the class and does not require an object
argument. Use the class name to call the method:
classname.methodname or an instance of the class:
obj.methodname

“Static Methods” on page 9-32 provides more information.

Framework
attributes


Classes that use certain framework base classes have framework-specific
attributes. See the documentation for the specific base class you are using for
information on these attributes.

Method Attributes
Free download pdf