Terrain
Transpose
transpose the terrain data points
Calling Sequence
Parameters
Description
Examples
Transpose(T)
T:-Transpose()
T
-
Terrain; the Terrain object
The Transpose method transposes the terrain data points. As a result, the data points for the two axes of the terrain get swapped.
Assign the path to the spreadsheet that defines the terrain data points.
Import the data and use it to assign a Terrain object.
Swap the x and y data points.
Plot the terrain again and see the differences.
See Also
Tires
Download Help Document