lists modules installed in Scilab
res = getmodules()
a column of strings: names of modules installed in Scilab.
modules = getmodules(); find(modules=="core"); with_module("core");