How can I add many matrices together, end to end?

5 visualizaciones (últimos 30 días)
Patrick
Patrick el 31 de Oct. de 2013
Editada: Azzi Abdelmalek el 31 de Oct. de 2013
I am trying to add 348 separate 72x144 matrices NOT by element, but rather to create one matrix of size 72x50112 (50112 is 144x348). I figured it would work to write:
TOTAL = (A;B;C;D;E...)
But this is not working. How can I do it?
  2 comentarios
Matt Kindig
Matt Kindig el 31 de Oct. de 2013
TOTAL = [A,B,C,D,E,...]
Azzi Abdelmalek
Azzi Abdelmalek el 31 de Oct. de 2013
Editada: Azzi Abdelmalek el 31 de Oct. de 2013
This is not clear, what is the size of the output?

Iniciar sesión para comentar.

Respuesta aceptada

sixwwwwww
sixwwwwww el 31 de Oct. de 2013
Editada: sixwwwwww el 31 de Oct. de 2013

Más respuestas (0)

Categorías

Más información sobre Loops and Conditional Statements en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by