필터 지우기
필터 지우기

moving average of array

조회 수: 2 (최근 30일)
Guido Pastore
Guido Pastore 2019년 3월 25일
댓글: Star Strider 2019년 3월 25일
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).
  댓글 수: 2
Guido Pastore
Guido Pastore 2019년 3월 25일
Thank You so Much
Star Strider
Star Strider 2019년 3월 25일
As always, my pleasure.

댓글을 달려면 로그인하십시오.

추가 답변 (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