moving mean over 5 cells

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);

Antworten (1)

DGM
DGM am 22 Feb. 2022
Bearbeitet: DGM am 22 Feb. 2022

0 Stimmen

Well yeah I imagine it's off by a factor of 1/5 ... because you're dividing the mean by 5.

Kategorien

Mehr zu Aerospace Blockset finden Sie in Hilfe-Center und File Exchange

Gefragt:

am 22 Feb. 2022

Bearbeitet:

DGM
am 22 Feb. 2022

Community Treasure Hunt

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

Start Hunting!

Translated by