Scilab 5.4.1
- Aide Scilab
- ATOMS
- Getting started
- Functions Summary
- atomsAutoload
- atomsAutoloadAdd
- atomsAutoloadDel
- atomsAutoloadList
- atomsCategoryList
- atomsCheckModule
- atomsDepTreeShow
- atomsGetConfig
- atomsGetInstalled
- atomsGetInstalledPath
- atomsGetLoaded
- atomsGetLoadedPath
- atomsInstall
- atomsIsInstalled
- atomsIsLoaded
- atomsList
- atomsLoad
- atomsQuit
- atomsRemove
- atomsRepositoryAdd
- atomsRepositoryDel
- atomsRepositoryList
- atomsRestoreConfig
- atomsSaveConfig
- atomsSearch
- atomsSetConfig
- atomsShow
- atomsSystemInit
- atomsSystemUpdate
- atomsTest
- atomsUpdate
- atomsVersion
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 characteristics 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 |
Report an issue | ||
<< Getting started | ATOMS | atomsAutoload >> |