Moving mean for a vector

1 visualización (últimos 30 días)
Elena Airoldi
Elena Airoldi el 1 de En. de 2018
Respondida: BhaTTa el 22 de Oct. de 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!

Respuestas (1)

BhaTTa
BhaTTa el 22 de Oct. de 2024

Categorías

Más información sobre Logical en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by