Borrar filtros
Borrar filtros

4D interpolation

4 visualizaciones (últimos 30 días)
Ronni
Ronni el 20 de Mzo. de 2011
I was wondering if someone can help me with 4D interpolation. Basically, I have 8 sets of 3D data. For example mass =10 g has a 3D cartesian data associated with, then mass=40g has another set of data, and so on. I need to fill in the gaps so I can find data corresponding to mass =20 g, 30g and so on. Would 'interpn' work here?
  1 comentario
Andrew Newell
Andrew Newell el 21 de Mzo. de 2011
If your 3D coordinates are the same for each mass, it might be easier to do a 1D interpolation for each coordinate.

Iniciar sesión para comentar.

Respuesta aceptada

Richard Crozier
Richard Crozier el 21 de Mzo. de 2011
you could fit a 4D polynomial to the data using polyfitn from the file exchange (<http://www.mathworks.com/matlabcentral/fileexchange/10065-polyfitn>) and use this as the interpolation by evaluating it at your desired points.

Más respuestas (0)

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