How can I add many matrices together, end to end?
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
Azzi Abdelmalek
2013-10-31
编辑:Azzi Abdelmalek
2013-10-31
This is not clear, what is the size of the output?
采纳的回答
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Resizing and Reshaping Matrices 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!