Moving Mean Function - How to apply
Afficher commentaires plus anciens
Hey guys,
I want to create a moving average with window size 4 as depicted below (take last 4 entries and in the beginning the highest number of entries available).
Unfortunately I do not get along with the "movmean" function. Can anyone help me?
Val MovAvg
1 1
2 1,5
3 2
4 2,5
5 3,5
6 4,5
7 5,5
8 6,5
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Parallel Computing dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!