필터 지우기
필터 지우기

Using experimental database in Matlab for interpolation

조회 수: 4 (최근 30일)
theintern
theintern 2017년 10월 12일
댓글: KL 2017년 10월 13일
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.
theintern
theintern 2017년 10월 12일
It worked!! Thank you so much :)

댓글을 달려면 로그인하십시오.

추가 답변 (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