Scilab Function
Last update : 03/12/2141

meshgrid - create matrices or 3-D arrays

Calling Sequence

[X, Y] = meshgrid(x)
[X, Y] = meshgrid(x,y)
[X, Y, Z] = meshgrid(x,y,z)

Parameters

Description

...

Examples

// 

See Also

ndgrid ,  

Author

Farid Belahcene