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 >> |