Adding cell array elements
显示 更早的评论
I have a cell array filled with elements of
C=
[541x541x3 uint8]
[541x541x3 uint8]
[541x541x3 uint8]
[541x541x3 uint8]
I am trying to figure out how to add the four arrays together so that the final sum is of the form
[541x541x3 uint8]
Literally typing out C{1} + C{2} + ... (and so on) will work, but I need this process to be automated and to work for any sized cell. Any help would be appreciated!
1 个评论
Cedric
2014-7-1
I deleted my answer because when I wrote it I didn't realize that the sum should be uint8 as well.
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Operators and Elementary Operations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!