<< atomsSetConfig Atoms atomsSystemInit >>

Scilab Help >> Atoms > atomsShow

atomsShow

Show the characteristics of a module

Syntax

atomsShow(module)

Arguments

module

1 x 1 or 1 x 2 matrix of strings

1st Col. (Mandatory) 2nd Col. (Optional)
Technical name Version: if this field is empty or is not present, the most recent version is used

Description

Show the characteristics of a module

Examples

// Create the test repository
exec("SCI/modules/atoms/tests/unit_tests/atomsTestUtils.sce", -1);
repository = atomsCreateTestRepository("scene10");

atomsShow("toolbox_5V6");

// Cleaning
atomsRepositoryDel(repository);

See also


Report an issue
<< atomsSetConfig Atoms atomsSystemInit >>