Using experimental database in Matlab for interpolation

Hello, I would like to use an experimental contour plot data in my code for interpolation? I just have picture of this plot. Is there any possibility that I can use this data by using interp2 or something else?
Thank you!

 Respuesta aceptada

KL
KL el 12 de Oct. de 2017
Use GRABIT maybe.
But you'll have to pick the data points manually.

6 comentarios

Thank you,
I created my graph and data. But I couldn't solve to use this in my code. And my supervisor told me that I could use interp2 for this job, is it also possible?
KL
KL el 12 de Oct. de 2017
If you have the data, you don't need this. I thought you only had the image of the data anyway, interp2 is an interpolation function from MATLAB to interpolate values based on the data you have. Check the example on this page.
what exactly do you want to do?
Yes, i only have the image of the data.
Now, I see what you mean. I can use GRABIT but after I draw contours how can I write contour line datas?
KL
KL el 12 de Oct. de 2017
Editada: KL el 12 de Oct. de 2017
Alright. I'd suggest to use GRABIT first to extract a data matrix and then use interp2 to interpolate more data points and then plot it using contour command.
It worked!! Thank you so much :)

Iniciar sesión para comentar.

Más respuestas (1)

theintern
theintern el 13 de Oct. de 2017
Hello, how can I improve digitized data? I mean there is something wrong as you can see below.

1 comentario

KL
KL el 13 de Oct. de 2017
Do you mean those points are the results from the interpolation?
Anyway, I don't know what these data represent so I have no idea if there's anything wrong with it.

Iniciar sesión para comentar.

Categorías

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

Preguntada:

el 12 de Oct. de 2017

Comentada:

KL
el 13 de Oct. de 2017

Community Treasure Hunt

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

Start Hunting!

Translated by