Scilab-Branch-6.1-GIT
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
lists modules installed in Scilab
Syntax
res = getmodules()
Arguments
- res
a column of strings: names of modules installed in Scilab.
Examples
modules = getmodules(); find(modules=="core"); with_module("core");
See also
- with_module — Checks if a Scilab module is installed
Report an issue | ||
<< getmemory | Configuration | getos >> |