Scilab-Branch-5.3-GIT
      
      
    Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
getfield
list field extraction
Calling Sequence
[x,...]=getfield(i,l)
Arguments
- x
- matrix of any possible types 
- l
- list, tlist or mlist variable 
- i
- field index, see extraction for more details. 
Description
This function is an equivalent of [x,...]=l(i) syntax for field
    extraction with the only difference that it also applies to
    mlist objects.
Examples
See Also
- extraction — matrix and list entry extraction
| << fieldnames | Data Structures | hypermat >> |