Scilab 5.5.0
- Scilabヘルプ
- Elementary Functions
- bitwise
- Complex
- Discrete mathematics
- elementarymatrices
- Exponential
- Floating point
- Integer representation
- matrixmanipulation
- matrixoperations
- searchandsort
- setoperations
- signalprocessing
- symbolic
- Trigonometry
- IsAScalar
- and
- &
- cat
- cell2mat
- cellstr
- iscolumn
- isempty
- isequal
- ismatrix
- isrow
- isscalar
- issquare
- isvector
- lstsize
- maxi
- mini
- modulo
- ndims
- nthroot
- num2cell
- or
- |
- sign
- size
- sort
- unwrap
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
matrixoperations
- abs — 絶対値, 大きさ
- cross — ベクトル外積
- cumprod — 累積積
- cumsum — 累積和
- kron — クロネッカー積 (.*.)
- max — 最大値
- min — 最小値
- norm — 行列のノルム
- prod — 積
- signm — 行列符号関数
- sum — ベクトル/行列エントリの合計 (行合計, 列合計)
- tril — 行列の下三角部
- triu — 上三角
Report an issue | ||
<< matrixmanipulation | Elementary Functions | searchandsort >> |