Scilab 5.3.3
Scilab help >> Data Structures > setfield
setfield
list field insertion
Calling Sequence
setfield(i,x,l)
Arguments
- x
matrix of any possible types
- l
list, tlist or mlist variable
- i
field index, see insertion for more details.
Description
This function is an equivalent of l(i)=x syntax for field
extraction with the only difference that it also applies to
mlist objects.
Examples
See Also
- insertion — partial variable assignation or modification
| << rlist | Data Structures | struct >> |