필터 지우기
필터 지우기

2D spline interpolation help

조회 수: 2 (최근 30일)
B
B 2017년 1월 20일
편집: Walter Roberson 2017년 1월 21일
I am utterly confused as how to run spline interpolation. i'm working with a 52x3 double matrix called DMAP.
the x and y limits are [min X, max X]=[0 .65];[min X, max X]=[0 .65] and i used a .125 unit grid spacing
>> i=[0:0.125:6.5]
>> j=i
>> [X,Y]=meshgrid(i,j)
I'm supposed to interpolate my data with spline interpolation and then contour it for the grid size. I'm stuck on spline interpolation. Any help is appreciated here!
  댓글 수: 1
Walter Roberson
Walter Roberson 2017년 1월 21일
편집: Walter Roberson 2017년 1월 21일
is the first column of DMAP x coordinates, and the second is y coordinates? If so, then are the points scattered around, or do they fall onto a grid already?

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Splines에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by