Scilab Function
Last update : 23/10/2007

meshgrid - construit des matrices ou des tableaux 3-D

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