| MATLAB Link for Code Composer Studio Development Tools |
 |
Methods of Rnumeric Objects
Like properties, methods for objects may come from the superclass or derive only from the class itself. For example, the cast and convert methods do not appear in all objects; listing them here indicates that the object does not inherit these methods but provides them itself.
Name
|
Overloaded?
|
Description
|
cast
|
No
|
Changes the data type of the input argument to another data type
|
convert
|
No
|
Converts the current data type to the specified data type
|
display
|
|
Displays the properties of the object
|
reshape
|
No
|
Reshapes the object in MATLAB
|
read
|
Yes
|
Returns the contents of the register location specified by the symbol
|
write
|
Yes
|
Writes one or more values to the register location
|
| Properties of Rnumeric Objects | | Renum Objects--Their Methods and Properties |  |