Filter löschen
Filter löschen

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

5 Ansichten (letzte 30 Tage)
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 Kommentare
Walter Roberson
Walter Roberson am 8 Mai 2016
If it is a rectangular grid then griddedInterpolant .
Evyatar Cohen
Evyatar Cohen am 8 Mai 2016
Bearbeitet: Evyatar Cohen am 8 Mai 2016
O.K, thanks!

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

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

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Interpolation finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by