Trouble with interpolation and gridding data points
조회 수: 2 (최근 30일)
이전 댓글 표시
suppose i have
plane which is a subset of
and i consider certain intervals on
and i want to grid this in both
, with some step size say
and interpolate for all
using the grid points, and i have a known function
, where values of
and
are known.
and interpolate for all The interpolation i want to use is
and find the error 
and find the error How would i grid the x1-x2 plane ? and how to use the interpolation formula there ? Any help ?
댓글 수: 0
답변 (1개)
dpb
2020년 3월 8일
Write a (vectorized) function for M(x1,x2), compute the interpolating grid [X,Y] with meshgrid and then call the function with [X,Y]
Not clear to me, however, where x2 enters into M, though, altho the text is so small I can't really read it.
댓글 수: 4
참고 항목
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

