Hey @Elena Airoldi, please refer to this article: https://www.mathworks.com/matlabcentral/answers/115146
Moving mean for a vector
1 次查看(过去 30 天)
显示 更早的评论
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!
0 个评论
回答(1 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Logical 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!