Using experimental database in Matlab for interpolation

4 次查看(过去 30 天)
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!

采纳的回答

KL
KL 2017-10-12
Use GRABIT maybe.
But you'll have to pick the data points manually.
  6 个评论
KL
KL 2017-10-12
编辑:KL 2017-10-12
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.

请先登录,再进行评论。

更多回答(1 个)

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

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Multirate Signal Processing 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by