Info
Questa domanda è chiusa. Riaprila per modificarla o per rispondere.
How can I interpolate this row?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Rik
il 7 Nov 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.
Risposte (1)
M
il 7 Nov 2017
Modificato: M
il 7 Nov 2017
Check if the fillmissing function does what you want. https://mathworks.com/help/matlab/ref/fillmissing.html
Questa domanda è chiusa.
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!