sum contents of array in groups of 10
13 ビュー (過去 30 日間)
古いコメントを表示
My code produces a variable 'grains' which is a 1x3001 double.
I want to sum together the numbers in the first 10 cells, and repeat this in blocks of 10 cells until the end and save these in a new variable.
Please could somebody provide me with a starting point?
2 件のコメント
Stephen23
2021 年 1 月 21 日
3001 is not exactly divisible by 10: what do you want done with the last element?
採用された回答
その他の回答 (0 件)
参考
カテゴリ
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!