Effacer les filtres
Effacer les filtres

combine matrix from different matrix

1 vue (au cours des 30 derniers jours)
Berfin Çetinkaya
Berfin Çetinkaya le 17 Mar 2022
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?

Réponse acceptée

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

Plus de réponses (0)

Catégories

En savoir plus sur Multidimensional Arrays dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by