Scilab 6.0.0
Scilab Help >> Data Structures > lstcat
lstcat
list concatenation
Syntax
lc = lstcat(l1, ..., ln)
Arguments
- li
a list or any other type of variable
- lc
a list
Description
lc = lstcat(l1, ..., ln) concatenates components of li lists in a
single list lc. If the li are other type of variables they are simply
added to the resulting list.
See Also
- list — a Scilab object and a list definition function
Comments
Add a comment:
Please login to comment this page.