Error in using fillimissing
이전 댓글 표시
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
2019년 4월 22일
The fillmissing function was introduced in R2016b.
Sean de Wolski
2019년 4월 22일
편집: Sean de Wolski
2019년 4월 22일
And normalize() is even newer in R2018a.
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Design of Experiments (DOE)에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!