Scilab 6.0.0
- Scilabヘルプ
- Elementary Functions
- bitwise
- Complex
- Discrete mathematics
- elementarymatrices
- Exponential
- Floating point
- Integer representation
- matrixmanipulation
- matrixoperations
- searchandsort
- setoperations
- signalprocessing
- Trigonometry
- &, &&
- cat
- ind2sub
- iscolumn
- isempty
- isequal
- ismatrix
- isrow
- isscalar
- issquare
- isvector
- modulo
- ndims
- |, ||
- size
- sub2ind
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 — 絶対値, 大きさ
- and — logical AND between the elements of a boolean or numerical array
- cross — ベクトル外積
- cumprod — 配列要素の累積積
- cumsum — 配列要素の累積和
- kron — クロネッカー積 (.*.)
- max — 最大値
- min — 最小値
- norm — 行列のノルム
- or — logical OR over the elements of a boolean or numerical array
- prod — 配列要素の積
- sign — 符号関数
- signm — 行列符号関数
- sum — 配列要素の合計
- tril — 行列の下三角部
- triu — 上三角
- unwrap — Y(x)輪郭またはZ(x,y)面をアンラップする. Y(x)輪郭を展開する
Report an issue | ||
<< matrixmanipulation | Elementary Functions | searchandsort >> |