Scilab 5.5.2
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
definedfields
returns an index of list's defined fields
Calling Sequence
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 | ||
<< cell | Structures | makecell >> |