Programming |
Listing Class Methods
shows all the methods available for a particular class. For the polynom
example, the output is
methods polynomMethods for class polynom:
char |
|
|
|
|
|
diff |
|
|
|
|
|
Plotting the two polynom objects x
and p
calls most of these methods.
Overloading Functions for the Polynom Class | Building on Other Classes |
© 1994-2005 The MathWorks, Inc.