|
Surface |
- Creates a 3D surface or a wireframe plot
|
Syntax |
- Surface ([x, y], z, [rescale])
|
Desciption |
Displays the matrix data graphically |
Displays the matrix data in the surface box with the specified id number |
Displays the data of a matrix or vector graphically at the specified X/Y positions |
- Surface(x, y, z, "Rescale")
The scale of the axes can be rounded with the option Rescale |
Examples |
- Surface(z) displays the surface of a matrix
|
 |
|
- Surface(x, y, z) displays the surface of a matrix and scales the axes x and y equal to the parameter
|
 |
|
- Z can be specified a vector instead a matrix. The X and Y positions must specified in this case
|
 |
|
 |
Available in RedCrab PLUS |