mesh

Plotting

3D wireframe mesh plot with contour lines.

Syntax

mesh(X, Y, Z)

Examples

g = meshgrid(linspace(-2,2,20), linspace(-2,2,20)); mesh(g.X, g.Y, g.X)
▶ Run

See Also

Try SimLab — Free MATLAB® Alternative

466 functions. Runs in your browser. No install.

Open SimLab

Stay Updated

Get notified about new simulations and tools. We send 1-2 emails per month.