1. How to do non-linear curve fitting.I went through the fitdemo, but for my dataset the value of lambda was not what i was expecting.
1 次查看(过去 30 天)
显示 更早的评论
t=[0:0.01:0.1];
y=[0 7.9060 7.9311 7.9396 7.9425 7.9405 7.9405 7.9405 7.9405 7.9405 7.9405];
The plot came as per expectation ,but after fitting using the estimated value of lambda the curve became quite unusual.Please help me to find the correct fit for the above data set. Actually by fitting the curve i want to find its curvature.
1 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Linear and Nonlinear Regression 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!