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 view (last 30 days)
Show older comments
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 Comment
Answers (0)
See Also
Categories
Find more on Linear and Nonlinear Regression in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!