Searches for external modules.
result = atomsSearch(pattern)
String : The pattern to search for.
m x 2 matrix of strings
| 1st Col. | 2nd Col. |
|---|---|
| Technical name | Summary |
atomsSearch searches for packages matching one of
the patterns supplied as input argument.
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); | ![]() | ![]() |