Info

この質問は閉じられています。 編集または回答するには再度開いてください。

i need to find an equation that interpolates for a 3d set of data......

1 回表示 (過去 30 日間)
Abdul
Abdul 2013 年 3 月 20 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
there is a 3d set of data... i want to find the equation that interpolates it... i m a beginner to MATLAB... i tried a few things that are not working.. i have no idea how to find such equation,,, kindly help me out...
data is as follows:
range 200 300 400 500 600 700 800... horizontal angle 15.8 20.2 25.6 31.4 37.4 43.8 50.... vertical angle -25 -25 -25 -25 -25 -25 -25....
i made a matrix of the currrent data and interpolated the data via interp2....but now i need to find an equation that can satisfy this data... n i m unable to do that...
i m using matlab 7.6.0
  1 件のコメント
Walter Roberson
Walter Roberson 2013 年 3 月 20 日
There are an infinite number of equations that interpolate it. Which one do you want?

回答 (2 件)

Babak
Babak 2013 年 3 月 20 日
Look up the command
interp3
in MATLAB's documentation which comes with MATLAB doesn't need any specific toolbox.
  1 件のコメント
Walter Roberson
Walter Roberson 2013 年 3 月 20 日
interp3() does not create an equation.

Abdul
Abdul 2013 年 3 月 27 日
probably the most simpler one that can fit this data will best suit me...
  1 件のコメント
Abdul
Abdul 2013 年 4 月 1 日
plz kindly if u can help me out on dis...

この質問は閉じられています。

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by