Name
atomsSearch — Searches for external modules.
Calling Sequence
result = atomsSearch(pattern)
Parameters
- 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");
Authors
Pierre MARECHAL - DIGITEO |