Install one or several external modules (original) (raw)
Scilab 5.3.3
- 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 2026.0.1. This page might be outdated.
See the recommended documentation of this function
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
See Also
- atomsIsLoaded — determines whether a module is loaded or not
- atomsGetLoaded — Get the list of loaded external modules
Authors
- Pierre MARECHAL - DIGITEO