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

3 visualizzazioni (ultimi 30 giorni)
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 Commenti
Walter Roberson
Walter Roberson il 8 Mag 2016
If it is a rectangular grid then griddedInterpolant .

Accedi per commentare.

Risposta accettata

the cyclist
the cyclist il 8 Mag 2016
You might be able to use the interp2 function.
  3 Commenti
the cyclist
the cyclist il 9 Mag 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 il 9 Mag 2016
By the way, interp2 calls griddedInterpolant internally.

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Interpolation in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by