How to solve exponential equation to find unknown constants
Ältere Kommentare anzeigen
I am trying to find the values of the constants a, b and c from the exponential equation. The data points of x and t needs to be exported from an excel file(given) . I have tried solving it using lsqcurvefit but I am facing problem in finding the initial values of the parameters to solve the problem.
The equation is
Here, x and t are variables. The value of y is constant and equal to 6.
Akzeptierte Antwort
Weitere Antworten (1)
J. Alex Lee
am 8 Aug. 2021
0 Stimmen
Do you have an intuition of what the graph of
looks like? Hint: it looks like your plot, scaled and shifted roughly only in the y direction, so roughly whatever appears in front of t in the exponential is roughly unity. Next step, simplify your parameterization a bit so you can intuitively scale and shift...say
That makes it even easier to see the link between your data. At
,
and at
, so the scale factor
and shift factor is
.
Now it's an algebra problem to get from
to
.
Kategorien
Mehr zu Systems of Nonlinear Equations finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

