Creating a Surface Plot

To create a surface plot, you need to define a function of two variables, a matrix of z-coordinates, or three vectors specifying the x, y, and z coordinates. You can also create a parametric, vector-valued function to specify x, y, and z coordinates. Then:

  1. Choose Insert > Graph > Surface Plot, or type [Ctrl]2, to create a surface plot region.
  2. Place the name of the matrix, function, or set of functions/vectors in the placeholder at the bottom left of the plot region. If you enter a set of function names, defining a parametric surface, enclose them in parentheses.
  3. Click outside the plot region, or press [Enter].

A perspective view of the surface is drawn as a two-dimensional grid lying in three-dimensional space. Mathcad connects points on the surface with gridlines, unless you specify otherwise. You can double-click on the plot to change this and other formatting options.

The surface plot of a function is created using default ranges and grids for the independent variables. To change them, double-click on the graph and use the options in the QuickPlot Data tab of the 3D Plot Format dialog box. You can also set these outside of the plot using the CreateMesh function.

Notes:

QuickSheet

Related Topics