How can I add many matrices together, end to end?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Patrick
am 31 Okt. 2013
Bearbeitet: Azzi Abdelmalek
am 31 Okt. 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 Kommentare
Azzi Abdelmalek
am 31 Okt. 2013
Bearbeitet: Azzi Abdelmalek
am 31 Okt. 2013
This is not clear, what is the size of the output?
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Resizing and Reshaping Matrices finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!