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
Checks if a Scilab module is installed
Calling Sequence
r=with_module(module_name)
Arguments
- r
a boolean
- module_name
a string, for example : 'core'
Description
Returns %t
if a Scilab module module_name
is installed or %f
if not.
See Also
- getmodules — returns list of modules installed in Scilab
Report an issue | ||
<< ver | Configuration | with_texmacs >> |