Borrar filtros
Borrar filtros

how to interp2 with nan data

35 visualizaciones (últimos 30 días)
nlm
nlm el 22 de Oct. de 2018
Comentada: nlm el 22 de Oct. de 2018
I have [X; Y; Z] = [1,2,3,4,5 ; 2,3,4,5,6 ; 0.2, NaN, 0.1, NaN, NaN] which needs to be interpolated to [XI; YI] which are [4,5,6,7,8 ; 0,1,2,3,4]. How can I do it by removing the NaN in Z ? If I remove NaN, its no more regular grid, and does not interpolate.

Respuestas (1)

madhan ravi
madhan ravi el 22 de Oct. de 2018
  1 comentario
nlm
nlm el 22 de Oct. de 2018
I have 1800*3600 matrix, and the computation runs out of memory. Is there any other way >

Iniciar sesión para comentar.

Categorías

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

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by