Scilab 5.4.0
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
However, this page did not exist in the previous stable version.
Scilab keywords
- ans — 答え
- backslash — (\) 左行列除算.
- brackets — ([,]) 左および右括弧
- colon — (:) コロン演算子
- comma — (,) 列, 命令, 引数セパレータ
- comments — コメント
- comparison — 比較, 関係演算子
- dollar — ($) 最後の添字
- dot — (.) 記号
- else — if-then-elseのキーワード
- elseif — if-then-elseのキーワード
- empty — ([]) 空行列
- end — end キーワード
- equal — (=) 代入 , 比較, 等号
- extraction — 行列およびリストのエントリの展開
- global — グローバル変数を定義する
- hat — (^) 累乗
- insertion — 変数への部分的な代入
- left — ([) 左括弧
- less — (>) より大きいの比較
- minus — (-) 減算演算子, 符号変更
- not — (~) 論理否定
- parents — ( ) 左および右括弧
- percent — (%) 特殊文字
- plus — (+) 加算演算子
- power — 指数演算子 (^,.^)
- quote — (') 転置演算子, 文字列デリミタ
- semicolon — 式の末尾および行セパレータ
- slash — (/) 右除算およびフィードバック
- star — (*) 乗算演算子
- symbols — scilab 演算子の名前
- tilda — (~) 論理否定
- try — try-catch 制御命令のcatchブロックを開始
Report an issue | ||
<< Error handling | Scilab | Variables >> |