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
retorna a lista de módulos instalados no Scilab
Seqüência de Chamamento
res = getmodules()
Parâmetros
- res
uma coluna de strings : nomes de módulos instalados no Scilab.
Exemplos
modules = getmodules(); find(modules=="core"); with_module("core");
Ver Também
- with_module — checa se um módulo Scilab foi instalado
Report an issue | ||
<< getmemory | Configuration | getos >> |