Scilab Home page | Wiki | Bug tracker | Forge | Mailing list archives | ATOMS | File exchange
Please login or create an account
Change language to: English - Français - Português - Русский -
Scilabヘルプ >> Atoms > atomsCategoryList

atomsCategoryList

List available categories

Syntax

atomsCategoryList([filter])

Arguments

filter

This argument controls if all categories or only main categories have to be displayed.

filter is a single-string and its value should be:

  • "all": All categories (main categories and sub-categories) are displayed.

  • "main": Only main categories are displayed.

Description

List available categories

Examples

atomsCategoryList();
atomsCategoryList("all");
atomsCategoryList("main");

See Also

  • 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:35:45 CEST 2016