Tall array apply movmean function
6 次查看(过去 30 天)
显示 更早的评论
Hi there,
I am using Matlab 2016b and have the Statistics and Machine Learning as well as parallel computing toolbox installed.
Now, I am trying to go through a subset of data, to create the moving average per line into a new column called foundaTempMA with the following code:
tt.foundaTempMA = movmean(tt.Var5,3,'omitnan');
The issue is I get the following error message:
Error using movmean Invalid data type. First input argument must be numeric or logical.
If I return tt.Var5, Matlab shows me that its a "M*1 tall double column vector" - so I cannot explain why the movmean function does not work.
Thanks a lot in adavce
Tim
0 个评论
采纳的回答
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Matrix Indexing 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!