Tall array apply movmean function

6 ビュー (過去 30 日間)
Timo Ruberto
Timo Ruberto 2017 年 10 月 3 日
コメント済み: Timo Ruberto 2017 年 10 月 3 日
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

採用された回答

Steven Lord
Steven Lord 2017 年 10 月 3 日
Support for using movmean on tall arrays was added in release R2017a.
  1 件のコメント
Timo Ruberto
Timo Ruberto 2017 年 10 月 3 日
Thanks a lot

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

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

製品

Community Treasure Hunt

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

Start Hunting!

Translated by