Scilab 5.4.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
 
Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
atomsSearch
Searches for external modules.
Calling Sequence
result = atomsSearch(pattern)
Arguments
- pattern
 String : The pattern to search for.
- result
 
Description
atomsSearch searches for packages matching one of
            the patterns supplied as input argument.
Examples
atomsSetConfig("Verbose","True"); atomsRepositoryAdd("http://scene1.test.atoms.scilab.org"); atomsSearch("toolbox");
See Also
- atomsList — List available external modules
 
| Report an issue | ||
| << atomsSaveConfig | Atoms | atomsSetConfig >> |