summing element is a cell
1 次查看(过去 30 天)
显示 更早的评论
I have a 1x50 cell 'c', where each element in the cell is a nxn matrix, how can I sum all 50 matrices (c{1}+c{2}+c{3}+.....c{50}) without a loop?
1 个评论
Jos (10584)
2019-3-8
"without a loop". Why?
Loops are efficient and easy and sometime the best option :-)
回答(1 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Loops and Conditional Statements 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!