Moving mean for a vector
이전 댓글 표시
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!
답변 (1개)
BhaTTa
2024년 10월 22일
0 개 추천
Hey @Elena Airoldi, please refer to this article: https://www.mathworks.com/matlabcentral/answers/115146
카테고리
도움말 센터 및 File Exchange에서 MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!