Scilab 6.0.1
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
squeeze
ハイパー行列のシングルトン次元を削除
呼び出し手順
hypOut = squeeze(hypIn)
引数
- hypIn
定数型のハイパー行列または行列.
- hypOut
定数型のハイパー行列または行列.
説明
squeeze
は,
ハイパー行列のシングルトン次元を削除します.
これは,大きさが1
の任意の次元を
削除することを意味します.
入力hypIn
が行列の場合,変更されません.
参照
- matrix — ベクトルまたは行列を異なる大きさの行列に成形する
- hypermatrices — Scilab オブジェクト, Scilabの N 次元行列
Report an issue | ||
<< resize_matrix | matrixmanipulation | matrixoperations >> |