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] ?

 채택된 답변

Zach
Zach 2011년 5월 31일

0 개 추천

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

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Matrix Indexing에 대해 자세히 알아보기

태그

질문:

2011년 5월 31일

Community Treasure Hunt

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

Start Hunting!

Translated by