join two matrices together

1 visualizzazione (ultimi 30 giorni)
Ricky
Ricky il 29 Mag 2013
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

Risposta accettata

John Doe
John Doe il 29 Mag 2013
C = reshape([A; B],177,8)
Good luck!
- Rob

Più risposte (0)

Categorie

Scopri di più su Spline Postprocessing in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by