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!