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?

回答(2 个)

Walter Roberson
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.
  1 个评论
Abdul Samad
Abdul Samad 2011-3-7
Equation is below
Eg=E-at.^2/(b+t)
and the parameters that need to be known are 'a' and 'b'.
Since I'm a new user of Matlab so a detailed answer will be appreciated:)

请先登录,再进行评论。


Brett Shoelson
Brett Shoelson 2011-3-7
You've gotta love the Curve-Fitting Toolbox for this!
Cheers,
Brett
  1 个评论
Abdul Samad
Abdul Samad 2011-3-7
Thanks Brett for the link, it's quite useful for learning. For now it is hard for me to get the one I required :)

请先登录,再进行评论。

类别

Help CenterFile 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!

Translated by