atomsSearch
Searches for external modules.
Syntax
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"); // Create the test repository exec("SCI/modules/atoms/tests/unit_tests/atomsTestUtils.sce", -1); repository = atomsCreateTestRepository("scene10"); atomsSearch("toolbox"); // Cleaning atomsRepositoryDel(repository);
See also
- atomsList — List available external modules
Report an issue | ||
<< atomsSaveConfig | Atoms | atomsSetConfig >> |