Error in using fillimissing

조회 수: 1 (최근 30일)
Guilherme Lopes de Campos
Guilherme Lopes de Campos 2019년 4월 22일
편집: Sean de Wolski 2019년 4월 22일
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에서 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!

Translated by