calculate the sum of cell's Columns?
3 ビュー (過去 30 日間)
古いコメントを表示
採用された回答
Guillaume
2015 年 2 月 5 日
If you mean you want the sum of the number of elements in each cell of cell array c:
sum(cellfun(@numel, c))
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!