Programmer Guide/Command Reference/EVAL/vvcat: Difference between revisions
From STX Wiki
< Programmer Guide | Command Reference | EVAL
Jump to navigationJump to search
(initial import) |
m (1 revision: Initial import) |
(No difference)
|
Revision as of 17:31, 18 November 2010
vvcat
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], ..} |