Error in using fillimissing
1 回表示 (過去 30 日間)
古いコメントを表示
Hi MATLAB community,
result = fillmissing(matrix, 'movmean', [1 1])
X = normalize(result);
data = X;
I am trying use the fillmissing in the program above em MATLAB 2012b, but showns the follow error message:
Undefined function 'fillmissing' for input arguments of type 'double'.
Could help me?
Thank you very much!
Guilherme
2 件のコメント
Sean de Wolski
2019 年 4 月 22 日
編集済み: Sean de Wolski
2019 年 4 月 22 日
And normalize() is even newer in R2018a.
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Get Started with Statistics and Machine Learning Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!