vvcat
From STX Wiki
< Programmer Guide | Command Reference | EVAL
Jump to navigationJump to search
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], ..} |