atomsCategoryList - List available categories (original) (raw)

Scilab 5.3.3

Please note that the recommended version of Scilab is 2026.0.1. This page might be outdated.
See the recommended documentation of this function

Scilab help >> ATOMS > atomsCategoryList

List available categories

Calling Sequence

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:

Description

List available categories

Examples

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

See Also

Authors