extrapolation using interp2 or any other function
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
I have a table of data with the following form(simplified ver.):
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/145797/image.png)
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
0 Kommentare
Antworten (1)
Siehe auch
Kategorien
Mehr zu Interpolation finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!