Scilab 6.0.0
Scilab Help >> Scilab > Configuration > with_module
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
Comments
Add a comment:
Please login to comment this page.