moving average of array

2 次查看(过去 30 天)
Given an array of double data. How can I calculate the moving average of this array?

采纳的回答

Star Strider
Star Strider 2019-3-25
If you have R2016a or later, use the movmean (link) function.
Otherwise, see the filter (link) documentation section on Moving Average Filter (link).

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Creating and Concatenating Matrices 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by