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개)

카테고리

질문:

2019년 4월 22일

편집:

2019년 4월 22일

Community Treasure Hunt

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

Start Hunting!

Translated by