Error in using fillimissing
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Sean de Wolski
am 22 Apr. 2019
Bearbeitet: Sean de Wolski
am 22 Apr. 2019
And normalize() is even newer in R2018a.
Antworten (0)
Siehe auch
Kategorien
Mehr zu Get Started with Statistics and Machine Learning Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!