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