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

1 view (last 30 days)
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?

Accepted Answer

sixwwwwww
sixwwwwww on 31 Oct 2013
Edited: sixwwwwww on 31 Oct 2013
Dear Patrick, you can use
horzcat
or
vertcat
I hope it helps. Good luck!

More Answers (0)

Products

Community Treasure Hunt

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

Start Hunting!