How do I interpolate 3 variables to create a scatter plot?

Hello everyone! I have 3 variables: frequency, amplitude and reflection coefficient in form of 41x10 arrays.
Now I would need to interpolate those reflection coefficients in smaller gaps of frequencies and amplitudes (i.e. 10 Hz instead of 20 Hz) in order to increase the resolution of my scatter plot.
Can someone help me?
Many thanks. Carlo

 Respuesta aceptada

Adam
Adam el 12 de Dic. de 2016
doc interp2

1 comentario

Carlo Di Giovine
Carlo Di Giovine el 13 de Dic. de 2016
Editada: Carlo Di Giovine el 13 de Dic. de 2016
it seems not so easy using that. I do not have monotonically increasing variables.

Iniciar sesión para comentar.

Más respuestas (1)

Walter Roberson
Walter Roberson el 13 de Dic. de 2016
griddata and then sample at the appropriate grid locations

Categorías

Más información sobre Interpolation en Centro de ayuda y File Exchange.

Preguntada:

el 12 de Dic. de 2016

Respondida:

el 13 de Dic. de 2016

Community Treasure Hunt

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

Start Hunting!

Translated by