Plot3DSimpleSurface Method
Syntax
CWPlot3D.Plot3DSimpleSurface zMatrix [, wMatrix]
Purpose
Plots one (or two) 2D array(s) of data as a simple surface.
Remarks
The array provides the Z data for the surface while the indices provide the X and Y data. The optional second array is used to specify magnitude data.
Parameters
zMatrix As Variant
2D array of Z data
wMatrix As Variant
[Optional] 2D array of magnitude data