Getting Started | ![]() ![]() |
Mesh and Surface Plots
MATLAB defines a surface by the z-coordinates of points above a grid in the x-y plane, using straight lines to connect adjacent points. The mesh
and surf
plotting functions display surfaces in three dimensions. mesh
produces wireframe surfaces that color only the lines connecting the defining points. surf
displays both the connecting lines and the faces of the surface in color.
![]() | Using the Property Editor | Visualizing Functions of Two Variables | ![]() |