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 - Русский - 日本語
Scilab Help >> ATOMS > atomsGetLoaded

atomsGetLoaded

Get the list of loaded external modules

Syntax

loaded = atomsGetLoaded()

Arguments

loaded

mx5 String matrix :

  • 1st column : External module's technical name

  • 2nd column : External module's version

  • 3rd column : allusers/user, this parameter tell if the external module has been installed for all users or only for the current user.

  • 4th column : External module's installation path

  • 5th column : I/A, this parameter tell if the external module has been automatically or intentionally installed.

Description

atomsGetLoaded returns the list of loaded external modules

Examples

atomsSetConfig("Verbose","True");
atomsRepositoryAdd("http://scene1.test.atoms.scilab.org");
atomsInstall("toolbox_5");
atomsLoad("toolbox_5");

atomsGetLoaded("toolbox_5");

atomsRemove("toolbox_5");

See Also

  • atomsLoad — Load one or several external modules
  • atomsIsLoaded — determines whether a module is loaded or not
Scilab Enterprises
Copyright (c) 2011-2015 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Jun 15 08:27:54 CEST 2016