
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
Representing Data as a Surface Functions for Plotting Data Grids MATLAB ® graphics defines a surface by the z -coordinates of points above a rectangular grid in the x - y plane. The plot is …
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 …
surface - Primitive surface plot - MATLAB - MathWorks
This MATLAB function creates a primitive, three-dimensional surface plot.
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.
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.
surfc - Contour plot under surface plot - MATLAB - MathWorks
This MATLAB function creates a three-dimensional surface plot with a contour plot underneath.
mesh - Mesh surface plot - MATLAB - MathWorks
This MATLAB function creates a mesh plot, which is a three-dimensional surface that has solid edge colors and no face colors.
surfl - Surface plot with colormap-based lighting - MATLAB
This MATLAB function creates a three-dimensional surface plot with highlights from a light source.
Creating 3-D Plots - MATLAB & Simulink Example - MathWorks
Surface Plot (with Shading) The surfl function creates a surface plot with colormap-based lighting. For smoother color transitions, use a colormap with linear intensity variation such as pink.