For loop to take the average of previous 10 elements and next 10 elements in an array in each step

조회 수: 2 (최근 30일)
How can I make a for loop to go through an array (dimensions = 1 row x 383 columns) and take the average of the previous 10 elements and next 10 elements in each step, then return the new array with the same dimensions as the original (1 row x 383 columns)?
Thank you!

채택된 답변

Torsten
Torsten 2022년 5월 17일

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Multidimensional Arrays에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by