Error in using fillimissing
Afficher commentaires plus anciens
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 commentaires
Star Strider
le 22 Avr 2019
The fillmissing function was introduced in R2016b.
Sean de Wolski
le 22 Avr 2019
Modifié(e) : Sean de Wolski
le 22 Avr 2019
And normalize() is even newer in R2018a.
Réponses (0)
Catégories
En savoir plus sur Design of Experiments (DOE) dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!