Subcommands
Vector extraction and linking
Previous
vv
Next
vvget
vvcat(x1V, x2V,…)
Create a vector by alternately concaternating the elements of the arguments (vectors with the same length).
The result is: { x1V[0], x2V[0], .., x1V[1], x2V[1], ..}