I have two matrices named A and B. Can I combine these matrices (169 columns total) so that the first column is from A and the second is from B?

 採用された回答

David Hill
David Hill 2022 年 3 月 17 日

0 投票

C=reshape([A;B],size(A,1),[]);

その他の回答 (0 件)

カテゴリ

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by