How can i average a 1-D array every n elements?
Show older comments
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?
Answers (1)
infinity
on 7 Jul 2019
0 votes
Hello,
I think this function is exactly what you want
Categories
Find more on Logical in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!