Scilab Home page | Wiki | Bug tracker | Forge | Mailing list archives | ATOMS | File exchange
Please login or create an account
Change language to: Français - Português - Русский - 日本語
Scilab Help >> ATOMS > atomsDepTreeShow

atomsDepTreeShow

Show the dependency tree of a module

Syntax

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

atomsDepTreeShow shows the dependency tree of an external module.

Examples

atomsRepositoryAdd("http://scene1.test.atoms.scilab.org");
atomsDepTreeShow("toolbox_6")

See Also

  • atomsShow — Show the characteristics of a module
  • atomsList — List available external modules
Scilab Enterprises
Copyright (c) 2011-2015 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Jun 15 08:27:54 CEST 2016