Effacer les filtres
Effacer les filtres

How to interpolate the matrix A ?

3 vues (au cours des 30 derniers jours)
Abhishek Chakraborty
Abhishek Chakraborty le 16 Sep 2020
Réponse apportée : KSSV le 16 Sep 2020
I want to interpolate a matrix "A" containing 3633 rows and 3506 columns with many scattered NaNs to another matrix "B" containing 10900 rows and 10521 columns. How can I do it ?

Réponse acceptée

KSSV
KSSV le 16 Sep 2020
If you want to go ahead with NaN's itself...use intepr2, imresize.
If you want to fill NaN's first, then use fillmissing and then interp2, imresize.
Read about interp2, imresize, fillmissing.

Plus de réponses (0)

Catégories

En savoir plus sur Interpolation dans Help Center et File Exchange

Produits


Version

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by