vector composition

If I have several vectors such as u=[x1 x2], v=[x3 x4], w=[x5 x6] is there anyway I can combine them to get g=[x1 x2 x3 x4 x5 x6] ?

 Accepted Answer

Zach
Zach on 31 May 2011

0 votes

nevermind, got it figure out! g=[u v w];

More Answers (0)

Tags

Asked:

on 31 May 2011

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!