Borrar filtros
Borrar filtros

combine matrix from different matrix

2 visualizaciones (últimos 30 días)
Berfin Çetinkaya
Berfin Çetinkaya el 17 de Mzo. de 2022
Comentada: Berfin Çetinkaya el 17 de Mzo. de 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?

Respuesta aceptada

David Hill
David Hill el 17 de Mzo. de 2022
C=reshape([A;B],size(A,1),[]);

Más respuestas (0)

Categorías

Más información sobre Multidimensional Arrays en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by