Effacer les filtres
Effacer les filtres

Interpolate matrix (1300X20000) to a smaller matrix (62X119)

5 vues (au cours des 30 derniers jours)
Evyatar Cohen
Evyatar Cohen le 3 Mai 2016
Hi all, is there a way to resize a matrix with interpolate command? i have bunch of values in big matrix and i want to interpolate those values to smaller matrix.
Best regards, Evyatar.
  4 commentaires
Walter Roberson
Walter Roberson le 8 Mai 2016
If it is a rectangular grid then griddedInterpolant .
Evyatar Cohen
Evyatar Cohen le 8 Mai 2016
Modifié(e) : Evyatar Cohen le 8 Mai 2016
O.K, thanks!

Connectez-vous pour commenter.

Réponse acceptée

the cyclist
the cyclist le 8 Mai 2016
You might be able to use the interp2 function.
  3 commentaires
the cyclist
the cyclist le 9 Mai 2016
The best form of thanks is upvoting and/or accepting an answer that was helpful. This rewards the contributor, and also points others to helpful information.
Walter Roberson
Walter Roberson le 9 Mai 2016
By the way, interp2 calls griddedInterpolant internally.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Interpolation dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by