vector composition

조회 수: 8 (최근 30일)
Zach
Zach 2011년 5월 31일
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일
nevermind, got it figure out! g=[u v w];

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Matrix Indexing에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by