mean of every n values in a column

조회 수: 22 (최근 30일)
Nicole Palermo
Nicole Palermo 2017년 10월 28일
댓글: Habeeb Alasadi 2020년 10월 12일
I have a data that lists daily temperature readings in a column. How do I get the average temperature for every 6 days?

답변 (1개)

Walter Roberson
Walter Roberson 2017년 10월 29일
mean(reshape(TheColumn, 6, []))

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by