
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.
Surface and Mesh Plots - MATLAB & Simulink - MathWorks
Visualize 3-D data using surface and mesh plots. Create surfaces that are made of solid or semitransparent faces and face edges, and create mesh plots that show only the face edges.
fmesh - Plot 3-D mesh - MATLAB - MathWorks
This MATLAB function creates a mesh plot of the expression z = f(x,y) over the default interval [-5 5] for x and y.
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.
meshz - Mesh surface plot with curtain - MATLAB - MathWorks
This MATLAB function creates a mesh plot with a curtain around it.
Representing Data as a Surface - MATLAB & Simulink - MathWorks
MATLAB then constructs the surface plot by connecting neighboring matrix elements to form a mesh of quadrilaterals. To produce a surface plot from nonuniformly sampled data, use scatteredInterpolant …
meshc - Contour plot under mesh surface plot - MATLAB
This MATLAB function creates a mesh plot with a contour plot underneath.
Creating 3-D Plots - MATLAB & Simulink Example - MathWorks
Mesh Plot The mesh function creates a wireframe mesh. By default, the color of the mesh is proportional to the surface height.
trimesh - Triangular mesh plot - MATLAB - MathWorks
This MATLAB function plots the 2-D triangular mesh defined by the points in vectors x and y and a triangle connectivity matrix T.
pdemesh - Plot PDE mesh - MATLAB - MathWorks
This MATLAB function plots the mesh represented by the Mesh property of an fegeometry object.