Scilab 6.0.2
- Scilabヘルプ
- Elementary Functions
- bitwise
- Complex
- Discrete mathematics
- elementarymatrices
- Exponential
- Floating point
- Integer representation
- matrixmanipulation
- matrixoperations
- searchandsort
- setoperations
- signalprocessing
- Trigonometry
- &, &&
- extraction
- ind2sub
- insertion
- isempty
- isequal
- 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
elementarymatrices
- diag — 対角行列の構築または展開
- empty — ([]) 空行列
- eye — 単位行列
- grand — 乱数生成器
- linspace — generates linearly spaced numbers between 2 reached bounds
- logspace — 対数的間隔のベクトル
- meshgrid — 行列または3次元配列を作成
- ndgrid — build matrices or N-D arrays by replicating some template vectors
- ones — 要素が1の行列
- rand — 乱数生成
- repmat — 配列を複製/タイル状に配置
- squarewave — 周期 2*%piの矩形波を生成
- testmatrix — ヒルバート,フランクのような特殊行列を作成
- toeplitz — Toeplitz matrix (chosen constant diagonal bands)
- zeros — ゼロからなる行列
Report an issue | ||
<< Discrete mathematics | Elementary Functions | Exponential >> |