vector composition

6 ビュー (過去 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 Center および File ExchangeMatrix Indexing についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by