Scilab 5.4.1
- Scilab help
- Scilab
- Differential Equations, Integration
- Elementary Functions
- Linear Algebra
- Interpolation
- CACSD
- Polynomials
- Signal Processing
- FFTW
- Special Functions
- Randlib
- ARnoldi PACKage
- Statistics
- Sparses Matrix
- UMFPACK Interface
- Optimization and Simulation
- Genetic Algorithms
- Simulated Annealing
- XML Management
- Files : Input/Output functions
- Input/Output functions
- Graphics
- Graphics : exporting and printing
- GUI
- Data Structures
- Parameters
- Boolean
- Integers
- Strings
- Sound file handling
- Time and Date
- Output functions
- Xcos
- Spreadsheet
- Console
- History manager
- Matlab binary files I/O
- Matlab to Scilab Conversion Tips
- Compatibility Functions
- Functions
- Development tools
- Demo Tools
- Dynamic/incremental Link
- Atoms
- Tcl/Tk Interface
- scilab editor
- UI Data
- Online help management
- Parallel
- Modules manager
- Localization
- JVM
- API Scilab
- call_scilab API
- Java Interface
- Intersci
- Preferences
- Windows tools
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
Elementary Functions
- bitwise
- Complex
- Discrete mathematics
- elementarymatrices
- diag — 対角行列の構築または展開
- eye — 単位行列
- ind2sub — 線形添字を添字付き行列に変換
- linspace — 線形に配置されたベクトル
- logspace — 対数的間隔のベクトル
- meshgrid — 行列または3次元配列を作成
- ndgrid — 多次元関数評価用グリッドの配列
- ones — 要素が1の行列
- rand — 乱数生成
- squarewave — 周期 2*%piの矩形波を生成
- sub2ind — 行列添字を線形添字に変換
- testmatrix — ヒルバート,フランクのような特殊行列を作成
- toeplitz — toeplitz行列
- zeros — ゼロからなる行列
- Exponential
- Floating point
- ceil — 切り上げ
- clean — 行列を消去 (小さなエントリをゼロに丸める)
- double — 整数から倍精度表現に変換
- fix — 0方向への丸め
- floor — 下方向への丸め
- format — 数値の印字および表示形式
- frexp — 浮動小数点数を2を基底とする指数部と仮数部に分解する
- ieee — 浮動小数点例外モードを設定
- int — 整数部
- isinf — 無限大のエントリかどうかを調べる
- isnan — "Not a Number" エントリを調べる
- nearfloat — 前のまたは次の浮動小数点数を取得
- nextpow2 — 次の2のべき乗の値
- number_properties — 浮動小数点数パラメータを定義する
- round — 丸め処理
- Integer representation
- matrixmanipulation
- matrixoperations
- searchandsort
- dsearch — 二分探索法
- gsort — クイックソートアルゴリズムによるソート
- lex_sort — 行列の行の辞書式ソート
- vectorfind — ベクトルに一致する行列の行または列を見つける
- setoperations
- signalprocessing
- symbolic
- Trigonometry
- acos — 要素毎の逆余弦
- acosd — 要素毎の逆余弦, 結果は度.
- acosh — 双曲線逆余弦
- acoshm — 行列双曲線逆余弦
- acosm — 行列毎の逆余弦
- acot — 引数の要素毎の逆正接を計算する.
- acotd — 引数の要素毎の逆正接(単位:度)を計算する.
- acoth — 要素毎の逆双曲線正接.
- acsc — 引数の逆余割を要素毎に計算する.
- acscd — 引数の逆余割を要素毎に計算し,結果を度単位で返す.
- acsch — 引数の逆双曲線余割を要素毎に計算する.
- asec — 引数の要素毎の逆割線を計算する.
- asecd — 引数の要素毎の逆割線を計算し,結果を度単位で返す.
- asech — 引数の要素毎の逆双曲線割線を計算する.
- asin — 逆正弦
- asind — 逆正弦 (結果の単位: 度)
- asinh — 双曲線逆正弦
- asinhm — 双曲線逆正弦行列
- asinm — 行列用の逆正弦
- atan — 2象限および 4象限逆正接
- atand — 2象限および 4象限逆正接, 結果の単位は度.
- atanh — 双曲線逆正接
- atanhm — 行列の双曲線逆正接
- atanm — 正方行列の逆正接
- cos — 余弦関数
- cosd — 要素毎の余弦(引数の単位:度)
- cosh — 双曲線余弦
- coshm — 行列の双曲線余弦
- cosm — 行列余弦関数
- cotd — コタンジェント(余接,引数の単位:度)
- cotg — コタンジェント(余接)
- coth — 双曲線コタンジェント(余接)
- cothm — 行列双曲線コタンジェント(余接)
- csc — 引数のコセカント(余割)を要素毎に計算する.
- cscd — 度単位で指定した引数のコセカント(余割)を要素毎に計算する
- csch — 引数の双曲線コセカントを要素毎に計算する.
- csgn — 複素数の実部のベクトル符号を返す.
- sec — 引数の割線を要素毎に計算する.
- secd — 要素毎の割線(引数の単位:度)
- sech — 引数の双曲線割線を要素毎に計算する
- sin — 正弦関数
- sinc — sinc関数
- sind — 要素毎の正弦(引数の単位:度).
- sinh — 双曲線正弦
- sinhm — 行列双曲線正弦
- sinm — 行列正弦関数
- tan — 正接
- tand — 正接 (単位: 度)
- tanh — 双曲線正接
- tanhm — 双曲線正接行列
- tanm — 行列正接
- and — 論理積, 配列の要素
- & — 論理積演算子
- cat — 複数の配列を結合する
- cell2mat — セル配列を行列に変換
- cellstr — 文字列ベクトル(または文字列行列)を文字列のセルに変換
- isempty — 変数が空の行列または空のリストかどうかを調べる
- isequal — オブジェクトの比較
- isvector — 変数がベクトルかどうかを調べる
- lstsize — list, tlist, mlist エントリの数
- maxi — 最大値
- mini — 最小値
- pmodulo — 正の剰余モジュロm演算
- ndims — 配列の次元の数
- nthroot — 実数のn番目の実根
- or — 配列の要素の論理和
- | — 論理和演算子
- sign — 符号関数
- size — オブジェクトの大きさ
- sort — "クイックソート" アルゴリズムによる安定なソート (古い関数, gsort参照)
Report an issue | ||
<< Differential Equations, Integration | Scilab help | Linear Algebra >> |