Borrar filtros
Borrar filtros

extrapolation and interpolation of matrix values

5 visualizaciones (últimos 30 días)
Marco Bellucci
Marco Bellucci el 7 de Mzo. de 2023
Respondida: Swaraj el 4 de Abr. de 2023
I have a 25x25 matrix, of measured pressure coeficients, where the only values different from 0 are the ones in the central cross. How can I get the other values using extrapolation and interpolation?
  1 comentario
Jan
Jan el 7 de Mzo. de 2023
It depends on the assumptions about the result. If you e.g. assume, that the output is a plave or rotated parabola, the results are different. There is no general scheme for a valid extrapolation.

Iniciar sesión para comentar.

Respuestas (1)

Swaraj
Swaraj el 4 de Abr. de 2023
You can use “interp2” to perform the interpolation and extrapolation in MATLAB.
You can go through the following documentation to know how you can use it for your purpose.

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