Object Oriented Programming
Return true if X is a class object.
Return a cell array containing the names of the methods for the object
X or the named class.
Return true if X is a class object and the string METHOD is a method of
this class.
Display the contents of an object.
Method of a class to manipulate an object prior to saving it to a file.
Method of a class to manipulate an object after loading it tfrom a file.
Perform the subscripted element selection operation according to the
subscript specified by IDX.
Perform the subscripted assignment operation according to the subscript
specified by IDX.
end
Not implemented.
Convert an object to an index vector.
Method of a class to construct a range with the `:' operator.
When called from a class constructor, mark the object currently
constructed as having a higher precedence than CLASS_NAME.
When called from a class constructor, mark the object currently
constructed as having a lower precedence than CLASS_NAME.