Error in using fillimissing

3 次查看(过去 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 个评论
Star Strider
Star Strider 2019-4-22
The fillmissing function was introduced in R2016b.
Sean de Wolski
Sean de Wolski 2019-4-22
编辑:Sean de Wolski 2019-4-22
And normalize() is even newer in R2018a.

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Statistics and Machine Learning Toolbox 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by