definedfields
returns an index of list's defined fields
Syntax
k = definedfields(lst)
Arguments
- lst
a list, tlist or mlist variable.
- k
a vector of index.
Description
If lst
is a list
, a tlist
, a mlist
k = definedfields(lst)
returns in k
the indices of the defined list fields. This function is useful because indexing undefined fields produces an error.
Examples
See also
- list — Objet Scilab, Définition d'une liste
- tlist — Objet Scilab. Définition d'une liste typée
- mlist — Objet Scilab, définition d'une liste typée
- insertion — insertion/modification dans une variable
- extraction — extraction à partir d'une matrice ou d'une liste
Report an issue | ||
<< bool2s | Listes Structures Cells | fieldnames >> |