<< atomsSaveConfig Atoms atomsSetConfig >>

Scilab Help >> Atoms > atomsSearch

atomsSearch

Searches for external modules.

Syntax

result = atomsSearch(pattern)

Arguments

pattern

String : The pattern to search for.

result

m x 2 matrix of strings

1st Col. 2nd Col.
Technical name Summary

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


Report an issue
<< atomsSaveConfig Atoms atomsSetConfig >>