Borrar filtros
Borrar filtros

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

5 visualizaciones (últimos 30 días)
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 comentarios
Walter Roberson
Walter Roberson el 8 de Mayo de 2016
If it is a rectangular grid then griddedInterpolant .
Evyatar Cohen
Evyatar Cohen el 8 de Mayo de 2016
Editada: Evyatar Cohen el 8 de Mayo de 2016
O.K, thanks!

Iniciar sesión para comentar.

Respuesta aceptada

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

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Interpolation en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by