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
возвращает список модулей, установленных в Scilab'е
Синтаксис
res = getmodules()
Аргументы
- res
столбец строк: имена модулей, установленных в Scilab
Примеры
modules = getmodules(); find(modules=="core"); with_module("core");
Смотрите также
- with_module — проверка: установлен ли модуль Scilab'а
Report an issue | ||
<< getmemory | Конфигурация | getos >> |