How can I interpolate the 2-dimensional data
Afficher commentaires plus anciens
I have data like this
1 2 3 4 5
1 81 83 85 87 90
2 84 N 88 90 92
3 83 85 86 N 91
4 86 87 88 92 94
5 88 89 90 96 99
How can I interpolate values for N?
Réponse acceptée
Plus de réponses (1)
John D'Errico
le 22 Nov 2017
Modifié(e) : John D'Errico
le 22 Nov 2017
0 votes
2. Substitute NaN for the elements indicated with an N.
3. Use inpaint_nans.
Catégories
En savoir plus sur Multirate Signal Processing 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!