Borrar filtros
Borrar filtros

Error in using fillimissing

2 visualizaciones (últimos 30 días)
Guilherme Lopes de Campos
Guilherme Lopes de Campos el 22 de Abr. de 2019
Editada: Sean de Wolski el 22 de Abr. de 2019
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 comentarios
Star Strider
Star Strider el 22 de Abr. de 2019
The fillmissing function was introduced in R2016b.
Sean de Wolski
Sean de Wolski el 22 de Abr. de 2019
Editada: Sean de Wolski el 22 de Abr. de 2019
And normalize() is even newer in R2018a.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Statistics and Machine Learning Toolbox en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by