Scilab 5.5.2
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
getmodules
Scilabにインストールされているモジュールの一覧を返す
呼出し手順
res=getmodules()
引数
- res
文字列行列
説明
Scilabにインストールされているモジュールの一覧を返します.
例
modules=getmodules(); find(modules=="core"); with_module("core");
参照
- with_module — Scilabモジュールがインストールされているかどうかを調べる
Report an issue | ||
<< getmemory | Configuration | getos >> |