difference between movmean and movavg
Show older comments
What is the difference between movmean and movavg?
1 Comment
Bruno Luong
on 17 Nov 2023
The respective docs seem to tell the differences.
Answers (1)
To name just a few differences,
- movavg requires the Financial Toolbox while movmean does not
- movavg can process Financial Toolbox data objects
- movavg supports weighted averages and different moving average types
- movmean supports asymmetric moving windows, while movavg doesn't seem to
1 Comment
Stephen23
on 17 Nov 2023
5.
- MOVAVG Introduced before R2006a
- MOVMEAN Introduced in R2016a
Categories
Find more on Image Filtering in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!