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