mesh
3D mesh (wireframe) plot.
Syntax
Section titled “Syntax”h = mesh(Z)h = mesh(X, Y, Z, ...)Description
Section titled “Description”Renders a wireframe mesh of the surface — only edges, no filled faces. Lighter visual than surf, useful for showing structure without occluding back-of-surface detail.
Example
Section titled “Example”mesh(peaks(50))