Scilab 5.3.1
- Scilab help
- Linear Algebra
- aff2ab
- balanc
- bdiag
- chfact
- chol
- chsolve
- classmarkov
- cmb_lin
- coff
- colcomp
- companion
- cond
- det
- eigenmarkov
- ereduc
- expm
- fstair
- fullrf
- fullrfk
- genmarkov
- givens
- glever
- gschur
- gspec
- hess
- householder
- im_inv
- inv
- kernel
- kroneck
- linsolve
- lsq
- lu
- lyap
- nlev
- orth
- pbig
- pencan
- penlaur
- pinv
- polar
- proj
- projspec
- psmall
- qr
- quaskro
- randpencil
- range
- rank
- rankqr
- rcond
- rowcomp
- rowshuff
- rref
- schur
- spaninter
- spanplus
- spantwo
- spec
- sqroot
- squeeze
- sva
- svd
- sylv
- trace
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
定数型のハイパー行列または行列.
説明
ハイパー行列の単一次元,つまり, 大きさが1の次元を削除します. 入力が行列の場合,変更されません.
参照
- hypermat — N 次元行列を初期化する
- hypermatrices — Scilab オブジェクト, Scilabの N 次元行列
作者
Eric Dubois, Jean-Baptiste Silvy
<< sqroot | Linear Algebra | sva >> |