Info
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
How can I interpolate this row?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Hi Everyone, I would like to get your help to interpolate this vector: x=[2 NaN NaN 5 NaN NaN] to fill the messing values
Thanks in advance
Riyadh
2 comentarios
Rik
el 7 de Nov. de 2017
Do you have an estimation of the function that should be used? Because if it is anything other than linear, you have too few values.
Respuestas (1)
M
el 7 de Nov. de 2017
Editada: M
el 7 de Nov. de 2017
Check if the fillmissing function does what you want. https://mathworks.com/help/matlab/ref/fillmissing.html
La pregunta está cerrada.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!