
surf - Surface plot - MATLAB - MathWorks
This MATLAB function creates a three-dimensional surface plot, which is a three-dimensional surface that has solid edge colors and solid face colors.
Representing Data as a Surface - MATLAB & Simulink - MathWorks
See the surf function for more information on surface plots. Surface Plots of Nonuniformly Sampled Data You can use meshgrid to create a grid of uniformly sampled data points at …
Surface and Mesh Plots - MATLAB & Simulink - MathWorks
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 …
Creating 3-D Plots - MATLAB & Simulink Example - MathWorks
This example shows how to create a variety of 3-D plots in MATLAB®.
fsurf - Plot 3-D surface - MATLAB - MathWorks
This MATLAB function creates a surface plot of the function z = f(x,y) over the default interval [-5 5] for x and y.
surface - Primitive surface plot - MATLAB - MathWorks
This MATLAB function creates a primitive, three-dimensional surface plot.
surfc - Contour plot under surface plot - MATLAB - MathWorks
This MATLAB function creates a three-dimensional surface plot with a contour plot underneath.
meshgrid - 2-D and 3-D grids - MATLAB - MathWorks
This MATLAB function returns 2-D grid coordinates based on the coordinates contained in vectors x and y.
Changing Surface Properties - MATLAB & Simulink Example
This example shows how to get properties of a surface plot in MATLAB® and change the property values to customize your plot.
surfl - Surface plot with colormap-based lighting - MATLAB
This MATLAB function creates a three-dimensional surface plot with highlights from a light source.