Scilab 5.3.1
- Scilab help
- ATOMS
- Getting started
- Functions Summary
- atomsAutoloadAdd
- atomsAutoloadDel
- atomsAutoloadList
- atomsCategoryList
- atomsDepTreeShow
- atomsGetInstalled
- atomsGetLoaded
- atomsInstall
- atomsIsInstalled
- atomsIsLoaded
- atomsList
- atomsLoad
- atomsRemove
- atomsRepositoryAdd
- atomsRepositoryDel
- atomsRepositoryList
- atomsSearch
- atomsSetConfig
- atomsShow
- atomsSystemUpdate
- atomsUpdate
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
Functions Summary
Install/Remove/Update modules ...
atomsInstall | Install one or several modules |
atomsUpdate | Update one or several modules |
atomsRemove | Remove one or several modules |
atomsGetInstalled | Get the list of installed external modules |
atomsIsInstalled | Determines whether the module is installed or not |
Load modules ...
atomsLoad | Load one or several modules |
atomsGetLoaded | Get the list of loaded modules |
atomsIsLoaded | Determines whether the module is loaded or not |
atomsAutoloadList | Get the list of modules registered to autoload at Scilab start. |
atomsAutoloadAdd | Add one or several modules to autoload system. |
atomsAutoloadDel | Remove one or several modules from autoload system. |
Get information ...
atomsList | List available modules |
atomsSearch | Searches for modules |
atomsShow | Show the caracteristics of a module |
atomsDepTreeShow | Show the dependency tree of a module |
Manage repositories ...
atomsRepositoryList | Get the list of managed repositories |
atomsRepositoryAdd | Add one or several URLs to the list of managed repositories |
atomsRepositoryDel | Remove one or several URLs from the list of managed repositories |
Manage ATOMS system ...
atomsSystemUpdate | Update the list of available modules |
atomsSetConfig | Manage ATOMS parameters |
Authors
- Pierre MARECHAL - DIGITEO
<< Getting started | ATOMS | atomsAutoloadAdd >> |