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

Table Of Contents

This Page