Borrar filtros
Borrar filtros

combine 30 (1*30) matrix to one matrix (30*30)

1 visualización (últimos 30 días)
Ayda
Ayda el 8 de Oct. de 2011
Good evening\morning
I've 30 (1*30) matrix and would to combine them in one matrix (30*30)
Is there a command or should I use for loop?

Respuestas (2)

Walter Roberson
Walter Roberson el 8 de Oct. de 2011
[mat1,mat2,mat3,mat4,mat5,mat6,....mat30]
See also this FAQ
  3 comentarios
Jan
Jan el 8 de Oct. de 2011
Or the author is a frequent MATLAB Answers reader and collected the matrices in a cell already. Then: cat(1, M{:}).
Walter Roberson
Walter Roberson el 8 de Oct. de 2011
Ah yes, I did somehow misread the original matrix as if it was 30x1. Andrei's version is correct.

Iniciar sesión para comentar.


Ayda
Ayda el 8 de Oct. de 2011
Thanks Mr.Walter

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