Scilab Home page | Wiki | Bug tracker | Forge | Mailing list archives | ATOMS | File exchange
Please login or create an account
Change language to: Français - Português do Brasil - 日本語 -
Scilab help >> ATOMS > atomsLoad

atomsLoad

Install one or several external modules

Calling Sequence

result = atomsLoad(name[,version])

Arguments

name

Matrix of strings : External module name

version

Matrix of strings : External module version. This is an optional parameter. If it's not defined, the most recent version of the module is used.

result

Description

atomsLoad install one or more external modules.

Examples

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");

See Also

Authors

  • Pierre MARECHAL - DIGITEO
<< atomsList ATOMS atomsRemove >>

Consortium Scilab (DIGITEO)
Scilab Enterprises

Copyright (c) 2011-2012 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Oct 05 12:10:04 CEST 2011