Help: Extrapolation with a nonlinear curve?
2 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Least Squares 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!