The procedure TablePlot is used to plot a surface given a 2D table. To use this procedure, a matrix is entered with the independent variables located along the first row and column in increasing order. The corresponding dependent variables are located in the remainder of the matrix. TablePlot uses the procedure LinearInterpolate2D to interpolate values between the known values in the matrix, and then plot3d produces the surface plot.
Maplesoft