Plot3DSurface Method
Syntax
CWPlot3D.Plot3DSurface xVector, yVector, zMatrix [, wMatrix]
Purpose
Plots two 1D arrays and one (or two) 2D array(s) of data as a 3D surface.
Remarks
The first two arrays provide the X and Y data, while the third array provides the Z data. The optional fourth array is used to specify magnitude data.
Parameters
xVector As Variant
1D array of X data
yVector As Variant
1D array of Y data
zMatrix As Variant
2D array of Z data
wMatrix As Variant
[Optional] 2D array of magnitude data