Trouble with interpolation and gridding data points

3 ビュー (過去 30 日間)
Siddhartha Ganguly
Siddhartha Ganguly 2020 年 3 月 8 日
コメント済み: Siddhartha Ganguly 2020 年 3 月 10 日
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.
The interpolation i want to use is and find the error
How would i grid the x1-x2 plane ? and how to use the interpolation formula there ? Any help ?

回答 (1 件)

dpb
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 件のコメント
Siddhartha Ganguly
Siddhartha Ganguly 2020 年 3 月 9 日
Thanks for the reply, how do find ? this will take two inputs right, both x1 and x2 , in the above formula for argument of phi is a vector and , then may be i'll have
, How do i write this vector sum and use the interpolation ?
Siddhartha Ganguly
Siddhartha Ganguly 2020 年 3 月 10 日
@Image Analyst @dpb any idea on the interpolation and the sum, how do i proceed with this ?

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeInterpolation についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by