moving average of array

2 visualizaciones (últimos 30 días)
Guido Pastore
Guido Pastore el 25 de Mzo. de 2019
Comentada: Star Strider el 25 de Mzo. de 2019
Given an array of double data. How can I calculate the moving average of this array?

Respuesta aceptada

Star Strider
Star Strider el 25 de Mzo. de 2019
If you have R2016a or later, use the movmean (link) function.
Otherwise, see the filter (link) documentation section on Moving Average Filter (link).
  2 comentarios
Guido Pastore
Guido Pastore el 25 de Mzo. de 2019
Thank You so Much
Star Strider
Star Strider el 25 de Mzo. de 2019
As always, my pleasure.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Creating and Concatenating Matrices en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by