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

5 vues (au cours des 30 derniers jours)
Patrick
Patrick le 31 Oct 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 commentaires
Matt Kindig
Matt Kindig le 31 Oct 2013
TOTAL = [A,B,C,D,E,...]
Azzi Abdelmalek
Azzi Abdelmalek le 31 Oct 2013
Modifié(e) : Azzi Abdelmalek le 31 Oct 2013
This is not clear, what is the size of the output?

Connectez-vous pour commenter.

Réponse acceptée

sixwwwwww
sixwwwwww le 31 Oct 2013
Modifié(e) : sixwwwwww le 31 Oct 2013

Plus de réponses (0)

Catégories

En savoir plus sur Loops and Conditional Statements dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by