moving mean over 5 cells

1 次查看(过去 30 天)
C.G.
C.G. 2022-2-22
编辑: DGM 2022-2-22
I have a dataset where im trying to find the mean of every 5 cells and then divide this by 5
I have the code below, but I have done this in excel and the results are not matching.
f = (movmean(E,5,'Endpoints','discard')/5);

回答(1 个)

DGM
DGM 2022-2-22
编辑:DGM 2022-2-22
Well yeah I imagine it's off by a factor of 1/5 ... because you're dividing the mean by 5.

类别

Help CenterFile Exchange 中查找有关 Tables 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by