Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
2026.0.0 - English


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 >>

Copyright (c) 2022-2025 (Dassault Systèmes S.E.)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Thu Oct 16 09:02:45 CEST 2025