difference between movmean and movavg

What is the difference between movmean and movavg?

1 Comment

The respective docs seem to tell the differences.

Sign in to comment.

Answers (1)

Matt J
Matt J on 17 Nov 2023
Edited: Matt J on 17 Nov 2023
To name just a few differences,
  1. movavg requires the Financial Toolbox while movmean does not
  2. movavg can process Financial Toolbox data objects
  3. movavg supports weighted averages and different moving average types
  4. movmean supports asymmetric moving windows, while movavg doesn't seem to

1 Comment

5.
  • MOVAVG Introduced before R2006a
  • MOVMEAN Introduced in R2016a

Sign in to comment.

Asked:

on 17 Nov 2023

Commented:

on 17 Nov 2023

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!