Load one or several external modules
result = atomsLoad(name)
result = atomsLoad(name, version)
name Matrix of strings: | |
---|---|
External module name |
:
atomsLoad load one or more external modules.
`atomsSetConfig`_("Verbose","True");
`atomsRepositoryAdd`_("http://scene1.test.atoms.scilab.org");
`atomsInstall`_(["toolbox_2" "1.0"]);
`atomsInstall`_(["toolbox_2" "2.0"]);
atomsLoad(["toolbox_2" "1.0"]);
t2_version()
t2_function1()
`atomsRemove`_("toolbox_2");