Scilab 5.4.0
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
getscilabmode
Scilabモードを取得
呼出し手順
m = getscilabmode()
説明
Scilabモードを返します. 以下の4 種類のモードがあります : STD , API , NW , NWNI .
API
Scilab はAPIとして起動されますi.
STD
標準的なT Scilab (gui, plot ...)
NW
コマンドライン版 Scilab (プロット機能付き).
NWNI
コマンドライン版Scilab (グラフィックなし).
例
getscilabmode()
Report an issue | ||
<< getos | Configuration | getshell >> |