Scilab 5.4.0
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
with_module
проверка: установлен ли модуль Scilab'а
Последовательность вызова
r=with_module(module_name)
Аргументы
- r
логическое значение
- module_name
строковое значение, например: 'core'
Описание
Возвращает %t
, если установлен модуль Scilab'а module_name
, и %f
, если нет.
Смотрите также
- getmodules — возвращает список модулей, установленных в Scilab
Report an issue | ||
<< with_macros_source | Configuration | with_texmacs >> |