Moving mean for a vector

5 vues (au cours des 30 derniers jours)
Elena Airoldi
Elena Airoldi le 1 Jan 2018
Réponse apportée : BhaTTa le 22 Oct 2024
Dear all, I would like to apply the "moving mean" function to a row vector: data.e(:,1) I did in this way:
ee=data.e(:,1)
data.eee=movmean(ee,3)
Matlab tells me that is wrong: Undefined function 'movmean' for input arguments of type 'double'.
what does "type double" means?
Thanks a lot!

Réponses (1)

BhaTTa
BhaTTa le 22 Oct 2024

Catégories

En savoir plus sur MATLAB dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by