Scilab 6.0.0
Scilab Help >> Data Structures > getfield
getfield
list field extraction
Syntax
[x,...] = getfield(i,l)
Arguments
- x
matrix of any possible types.
- l
list
,tlist
ormlist
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
Comments
Add a comment:
Please login to comment this page.