Scilab 6.0.0
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
行列または3次元配列を作成
呼び出し手順
[X, Y] = meshgrid(x) [X, Y] = meshgrid(x,y) [X, Y, Z] = meshgrid(x,y,z)
引数
- x, y, z
ベクトル
- X, Y, Z
入力引数が2個の場合は行列, 入力引数が3個の場合は3次元配列
説明
行列または3次元配列を作成します.
参照
- ndgrid — 与えられたベクトルを複製することによって、行列またはN次元配列を作成
Report an issue | ||
<< logspace | elementarymatrices | ndgrid >> |