フィルターのクリア

join two matrices together

1 回表示 (過去 30 日間)
Ricky
Ricky 2013 年 5 月 29 日
Hello,
I have two matrices, MatrixA 177*4 and MatrixB 177*4 . I want to create a third Matrix which takes the first column of Matrix A and second column of MatrixB . So my final dimensions of MatrixC will be 177*8.
Thanks

採用された回答

John Doe
John Doe 2013 年 5 月 29 日
C = reshape([A; B],177,8)
Good luck!
- Rob

その他の回答 (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