fitting the equation on a graph and finding unknown parametrs
5 次查看(过去 30 天)
显示 更早的评论
I've some plot and a given equation with some unknown parameters in it. I've to find out the unknown parameters by fitting that equation in to the plot. Please guide me how can I do that?
0 个评论
回答(2 个)
Walter Roberson
2011-3-7
polyfit, linear regression, non-linear regression, log-linear regression... There are different ways depending upon the form of the equation. It would probably help if you posted the equation and indicated which symbols needed to be fit.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Get Started with Curve Fitting Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!