Scilab 6.0.0
- Scilab Help
- 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
Scilab Help >> ATOMS > atomsList
atomsList
List available external modules
Syntax
atomsList([category])
Arguments
- category
This argument limits the list of modules to a category.
category
is a single-string and its value should be a valid category (See atomsCategoryList).
Description
List available external modules
Examples
atomsList(); atomsList("Data Analysis And Statistics");
See Also
- atomsShow — Show the characteristics of a module
- atomsDepTreeShow — Show the dependency tree of a module
- atomsCategoryList — List available categories
Comments
Add a comment:
Please login to comment this page.