How can i average a 1-D array every n elements?
古いコメントを表示
I have a 1-D array of N elements, and i want to average them every k elements, but i want the output to still have the N size. Also N may or may not be an integer multiple of k. How can i do that?
回答 (1 件)
infinity
2019 年 7 月 7 日
0 投票
Hello,
I think this function is exactly what you want
カテゴリ
ヘルプ センター および File Exchange で Logical についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!