Effacer les filtres
Effacer les filtres

Using experimental database in Matlab for interpolation

4 vues (au cours des 30 derniers jours)
theintern
theintern le 12 Oct 2017
Commenté : KL le 13 Oct 2017
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!

Réponse acceptée

KL
KL le 12 Oct 2017
Use GRABIT maybe.
But you'll have to pick the data points manually.
  6 commentaires
KL
KL le 12 Oct 2017
Modifié(e) : KL le 12 Oct 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.
theintern
theintern le 12 Oct 2017
It worked!! Thank you so much :)

Connectez-vous pour commenter.

Plus de réponses (1)

theintern
theintern le 13 Oct 2017
Hello, how can I improve digitized data? I mean there is something wrong as you can see below.
  1 commentaire
KL
KL le 13 Oct 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.

Connectez-vous pour commenter.

Community Treasure Hunt

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

Start Hunting!

Translated by