Scilab 6.1.0
Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
getscilabmode
Scilabモードを取得
呼出し手順
m = getscilabmode()
説明
Scilabモードを返します. 以下の4 種類のモードがあります : STD , API , NW , NWNI .
APIScilab はAPIとして起動されますi.
STD標準的なT Scilab (gui, plot ...)
NWコマンドライン版 Scilab (プロット機能付き).
NWNIコマンドライン版Scilab (グラフィックなし).
例
getscilabmode()
参照
- fromc — Checks if current Scilab is called from an external C program (by StartScilab).
- fromjava — Checks if current Scilab is called from javasci
- istssession — Determines if scilab is launched from a ms terminal service session (Windows only)
- scilab — Scilabおよび関連ツールを起動するためのツール
| Report an issue | ||
| << getos | Configuration | getshell >> |