Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
2026.0.0 - Français


atomsDepTreeShow

Show the dependency tree of a module

Syntax

atomsDepTreeShow(module)

Arguments

module

1x1 or 1x2 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

atomsDepTreeShow shows the dependency tree of an external module.

Examples

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

atomsDepTreeShow("toolbox_6V6");

// Cleaning
atomsRemove("toolbox_6V6");
atomsRepositoryDel(repository);

See also

  • atomsShow — Show the characteristics of a module
  • atomsList — List available external modules
Report an issue
<< atomsCheckModule ATOMS atomsGetConfig >>

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:08:55 CEST 2025