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?

 Akzeptierte Antwort

David Hill
David Hill am 17 Mär. 2022

0 Stimmen

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

Weitere Antworten (0)

Kategorien

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by