필터 지우기
필터 지우기

Digitization and interpolation of contour map.

조회 수: 2 (최근 30일)
E R SH RAJ Male
E R SH RAJ Male 2016년 2월 15일
답변: Arnab Sen 2016년 2월 22일
Attached contour map with a range X-AXIS=[123-131] & Y-AXIS=[33-43] needs to be digitized and interpolation for a 0.1 x 0.1 grid.
I used Webplotdigitizer(<http://arohatgi.info/WebPlotDigitizer/>) to get values at the known points and placed in excel sheet(Attached). Also i have attached the code which can interpolate these values and give me matrix of (100 x 80) [ 43-33/0.1=100 & [ 131-121/0.1=80] I am facing problem in interpolation ,as it give errors.So can anybody please look in code.
  댓글 수: 1
John D'Errico
John D'Errico 2016년 2월 15일
I'm sorry, but this is not a "we write your code for you" service.

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

답변 (1개)

Arnab Sen
Arnab Sen 2016년 2월 22일
This issue might be due to the fact that there were some change in all the 'interp' functions in MATLAB release R2013b. As a workaround, consider the in-built function 'griddedInterpolant' instead of 'interp2' to achieve the same goal.
For more details about 'griddedInterpolant', refer to the following link:

카테고리

Help CenterFile Exchange에서 Interpolation of 2-D Selections in 3-D Grids에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by