extrapolation using interp2 or any other function

4 ビュー (過去 30 日間)
Dimitrios
Dimitrios 2014 年 10 月 21 日
回答済み: Star Strider 2014 年 10 月 22 日
I have a table of data with the following form(simplified ver.):
With some calcuation i compute a value of the 'red' data and 'yellow' data and i interpolate through this table to find the 'dark red' value using interp2. My problem is that sometimes the value computed for 'yellow' data is less than 0.01 or higher of 0.8 . So interpolation is not working.I know i can use spline but the values are not so accurate. Is there any way to extrapolate lineary??
Thanks in advance

回答 (1 件)

Star Strider
Star Strider 2014 年 10 月 22 日
The scatteredInterpolant function and its friends may do what you want.

カテゴリ

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