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
getdebuginfo
Scilab に関するデバッグ情報を取得
呼び出し手順
getdebuginfo() dynamic_info = getdebuginfo(); [dynamic_info,static_info] = getdebuginfo();
説明
getdebuginfo は, Scilab に関するデバッグ情報を取得します.
dynamic_info = getdebuginfo(); はシステムに関する情報を返します.
[dynamic_info,static_info] = getdebuginfo(); は, システムおよびScilabに 関する情報を返します.
参照
- getversion — Scilabおよびモジュールのバージョン情報を取得
Report an issue | ||
<< banner | Configuration | getmemory >> |