Scilab 5.5.2
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
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)
Arguments
- x, y, z
vectors
- X, Y, Z
matrices in case of 2 input arguments, else 3-D arrays in case of 3 input arguments
Description
Create matrices or 3-D arrays.
Examples
See Also
- ndgrid — arrays for multidimensional function evaluation on grid
Report an issue | ||
<< logspace | Elementary matrices | ndgrid >> |