combine matrix from different matrix

1 visualizzazione (ultimi 30 giorni)
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?

Risposta accettata

David Hill
David Hill il 17 Mar 2022
C=reshape([A;B],size(A,1),[]);

Più risposte (0)

Categorie

Scopri di più su Multidimensional Arrays in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by