Moving mean for a vector

1 回表示 (過去 30 日間)
Elena Airoldi
Elena Airoldi 2018 年 1 月 1 日
回答済み: BhaTTa 2024 年 10 月 22 日
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
BhaTTa 2024 年 10 月 22 日

カテゴリ

Help Center および File ExchangeLogical についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by