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


atomsShow

Show the characteristics of a module

Syntax

atomsShow(module)

Arguments

module

1x1 or 1x2 Matrix of strings:

1st Col. Technical name Mandatory
2nd Col. Version Optional 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-2024 (Dassault Systèmes)
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 May 22 12:51:06 CEST 2025