fitting the equation on a graph and finding unknown parametrs

5 visualizaciones (últimos 30 días)
Abdul Samad
Abdul Samad el 7 de Mzo. de 2011
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?

Respuestas (2)

Walter Roberson
Walter Roberson el 7 de Mzo. de 2011
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 comentario
Abdul Samad
Abdul Samad el 7 de Mzo. de 2011
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:)

Iniciar sesión para comentar.


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

Iniciar sesión para comentar.

Categorías

Más información sobre Get Started with Curve Fitting Toolbox en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by