Scilab 6.0.2
      
      
    Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
with_module
Checks if a Scilab module is installed
Syntax
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.
Examples
See also
- getmodules — returns list of modules installed in Scilab
| Report an issue | ||
| << with_macros_source | Configuration | with_tk >> |