surf | Surface plot |
surfc | Contour plot under surface plot |
surface | Primitive surface plot |
surfl | Surface plot with colormap-based lighting |
surfnorm | Surface normals |
mesh | Mesh surface plot |
meshc | Contour plot under mesh surface plot |
meshz | Mesh surface plot with curtain |
hidden | Remove hidden lines from mesh plot |
fsurf | Plot 3-D surface |
fmesh | Plot 3-D mesh |
fimplicit3 | Plot 3-D implicit function |
Surface Properties | Chart surface appearance and behavior |
Surface Properties | Primitive surface appearance and behavior |
FunctionSurface Properties | Surface chart appearance and behavior |
ImplicitFunctionSurface Properties | Implicit surface chart appearance and behavior |
ParameterizedFunctionSurface Properties | Parameterized surface chart appearance and behavior |
This example shows how to create a variety of 3-D plots in MATLAB®.
This example shows how to get properties of a surface plot in MATLAB® and change the property values to customize your plot.
Representing Data as a Surface
You can visualize matrix data on a rectangular grid using surface plots.
How Surface Plot Data Relates to a Colormap
Change the relationship between surface plot data and the colormap.