Help: Extrapolation with a nonlinear curve?
2 views (last 30 days)
Show older comments
Hi everybody,
I have two vectors:
x=10^5*[1.1950 4.0436 7.5822 ]
y=[2.3620 4.3620 6.3620]
y=f(x) is a polynomial curve.
I want to find y-value at x = 1.0465*10^9 I tried to extrapolate with fit('pchip') but I couldn't get the result I desired.
May I know how to do it?
Thanks.
0 Comments
Answers (0)
See Also
Categories
Find more on Least Squares in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!