Scilab
- Scilab keywords
- percent — (%) 特殊文字
 
- backslash — (\) 左行列除算: exact or least square solution
 
- brackets [,;] — Concatenation. Recipients of an assignment. Results of a function
 
- colon (:) — コロン演算子
 
- comma — (,) 列, 命令, 引数セパレータ
 
- comments — (// or /*...*/) comments
 
- comparison — 比較, 関係演算子
 
- dollar — ($) 最後の添字
 
- dot — (.) 記号
 
- equal — (=) 代入 , 比較,  等号
 
- getscilabkeywords — Scilabキーワードを全リストを返す.
 
- hat — (^) 累乗
 
- greater — (>) より大きいの比較
 
- minus — (-) 減算演算子, 符号変更
 
- not — (~) 論理否定
 
- parentheses — ( ) 左および右括弧
 
 - plus (+) — 数値の加算。 テキストの連結(グループ化)
 
- quote — (') 転置演算子, 文字列デリミタ
 
- semicolon (;) — 式の末尾および行セパレータ
 
- slash — (/) 右除算およびフィードバック
 
- star — (*) 乗算演算子
 
- symbols — scilab 演算子の名前
 
- tilde — (~) 論理否定
 
 
- Control flow
- abort — 評価を中断する.
 
- break — ループ中断を表すキーワード
 
- case — selectで使用されるキーワード
 
- continue — ループの次の反復に制御を移すキーワード
 
- do — ループ用の言語キーワード
 
- else — if-then-elseおよびselect-case-then-elseのキーワード
 
- elseif — if-then-elseのキーワード
 
- end — end キーワード
 
- for — ループ用の言語キーワード
 
- halt — 実行を停止
 
- if then else — 条件付き実行
 
- pause — は実行中の実行を一時的に一時停止し、コンソールでの指示を許可します
 
- resume — リターンまたは復帰実行およびローカル変数をコピー
 
- return — リターンまたは復旧し,ローカルな変数をコピー
 
- select — select キーワード
 
- then — 'if'および'select'のキーワード
 
- catch — try-catch 制御命令のcatchブロックを開始
 
- while — while キーワード
 
 
- Configuration
- banner — Scilabバナーを表示
 
- getdebuginfo — Scilab に関するデバッグ情報を取得
 
- getmemory — 利用可能なシステムメモリおよびシステムメモリの総量を返す
 
- getmodules — Scilabにインストールされているモジュールの一覧を返す
 
- getos — オペレーティングシステムの名前とバージョンを返す
 
- getscilabmode — Scilabモードを取得
 
- getshell — カレントのコマンドインタプリタを返す.
 
- getversion — Scilabおよびモジュールのバージョン情報を取得
 
- oldEmptyBehaviour — Controls the operation+ and operation- behaviour for Scilab
 
- recursionlimit — get or set the current or maximal allowed depth of nested calls
 
- sciargs — scilab コマンドライン引数
 
- ver — Scilabのバージョン情報
 
- with_javasci — ScilabにJava インターフェイスが組み込まれているかどうかを
            調べる
 
- with_macros_source — マクロのソースがインストールされているかどうかを確認する
 
- with_module — Scilabモジュールがインストールされているかどうかを調べる
 
 
- Debugging
- debug — enters the Scilab debugger mode
 
- where — カレントの命令の呼び出しツリーを得る
 
- whereami — カレントの命令コールツリーを表示
 
 
- Error handling
- errclear — エラーのクリア
 
- error — エラーメッセージ
 
- error_table — list of main standard errors messages
 
- lasterror — 直近に記録されたエラーメッセージを取得
 
- warning — 警告メッセージ
 
 
- types
- boolean — Scilab オブジェクト, 論理値(boolean)変数および演算子 & | ~
 
- functions — Scilab プロシージャおよび  Scilab オブジェクト
 
- hypermatrices — Scilab オブジェクト, Scilabの N 次元行列
 
- library — library datatype
 
- matrices — Scilab オブジェクト, Scilabの行列
 
- rational — Scilab オブジェクト, Scilabの有理数
 
- strings — Scilabオブジェクト, 文字列
 
- type — 変数の型を返す
 
- typename — 変数の型に名前を付ける
 
- typeof — explicit type or overloading code of an object
 
 
- Variables
- Predefined variables
- %chars — Selected sets of Unicode characters
 
- %e — オイラー数.
 
- %eps — イプシロン (浮動小数点数相対精度)
 
- %f or %F — false (偽)用の論理変数.
 
- %i — 虚数単位
 
- %inf — 無限大
 
- %nan — not-a-number
 
- %pi — 円の円周と直径の比
 
- %s — 多項式を定義する際に使用される変数.
 
- %t or %T — true (真)を表す論理値変数.
 
- %z — 多項式を定義する際に使用される変数.
 
- home — ユーザディレクトリを取得する.
 
- SCI, WSCI — Scilabのルートパスの値を有する変数.
 
- SCIHOME — 設定ファイルおよびScilabセッションの履歴ファイルのパスを有する.
 
- TMPDIR — テンポラリディレクトリのパス
 
 
- checkNamedArguments — Return list of unexpected named arguments
 
- clear — 変数を消去する
 
- clearglobal — グローバル変数を削除
 
- exists — 変数の存在を確認する
 
- global — グローバル変数を定義する
 
- isdef — 変数の存在を確認
 
- isglobal — checks if a local variable has a global counterpart
 
- names — Scilab 名前の構文
 
- predef — 変数の保護
 
- who — 変数の一覧
 
- who_user — ユーザ変数の一覧
 
- whos — 長い形式で変数のリストを得る
 
 
- exit — カレントのScilab セッションを終了する
 
- quit — Scilabを終了またはpauseレベルを減らす
 
- scilab — Scilabおよび関連ツールを起動するためのツール
 
- startup — スタートアップファイル