Scilab 6.0.0
Please note that the recommended version of Scilab is 6.1.1. This page might be outdated.
See the recommended documentation of this function
getmodules
returns list of modules installed in Scilab
Syntax
res=getmodules()
Arguments
- res
a string matrix
Description
Returns list of modules installed in Scilab.
Examples
modules=getmodules(); find(modules=="core"); with_module("core");
See also
- with_module — Checks if a Scilab module is installed
Comments
Add a comment:
Please login to comment this page.