How to sum two cells element by element?
6 次查看(过去 30 天)
显示 更早的评论
How to sum two cells element by element by one shot?
if there is a cell A and its size(6,9) and cell B and its size(6,9).
how to do the sumation of A and B element by element?
for example:
sum A{1,1} and B(1,1}
sum A{1,2} and B(1,2} and so on...
and store all the results in another cell
0 个评论
采纳的回答
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Creating and Concatenating Matrices 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!