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