3-D Surface Plot
Plotted Variables
Z) -- plot matrix values as heights above the x-y plane and map data values to colormap.
X,Y,Z) -- X and Y are vectors or matrices defining the x and y components of a surface.
X,Y,Z,C) -- C is a matrix the same size as Z, defining the surface color.
More Information
See the surf reference page for more information.