meshgrid

Type: External

Group: graphics

Syntax

[x,y]=MESHGRID(x-values,y-values) 

Description

computes the mesh of a matrix.

Examples

[x,y]=MESHGRID([-2:0.2:2],[-2:0.2:2])

See Also

plot, plot3