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 2025.0.0. This page might be outdated.
See the recommended documentation of this function
atomsShow
Show the caracteristics of a module
Calling Sequence
atomsShow(module)
Arguments
- module
1x1 or 1x2 Matrix of strings:
1st Col. Technical name Mandatory 2nd Col. Version Optionnal If this field is empty or is not present, the most recent version is used
Description
Show the caracteristics of a module
Examples
atomsRepositoryAdd("http://scene1.test.atoms.scilab.org"); atomsShow("toolbox_5");
See Also
- atomsList — List available external modules
- atomsDepTreeShow — Show the dependency tree of a module
Authors
- Pierre MARECHAL - DIGITEO
<< atomsSetConfig | ATOMS | atomsSystemUpdate >> |