Scilab 5.5.0
      
      - Ajuda do 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 2026.0.0. This page might be outdated.
See the recommended documentation of this function
atomsCategoryList
List available categories
Calling Sequence
atomsCategoryList([filter])
Arguments
- filter
 This argument controls if all categories or only main categories have to be displayed.
filteris a single-string and its value should be:"all": All categories (main categories and sub-categories) are displayed."main": Only main categories are displayed.
Description
List available categories
Examples
atomsCategoryList(); atomsCategoryList("all"); atomsCategoryList("main");
See Also
- atomsList — List available external modules
 
| Report an issue | ||
| << atomsAutoloadList | ATOMS | atomsCheckModule >> |