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.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
 
Authors
- Pierre MARECHAL - DIGITEO
 
| << atomsRepositoryList | Atoms | atomsSetConfig >> |