Find maximum of exponential equation created with CFTOOL?
Ältere Kommentare anzeigen
Hello!
I need to find the maximum point of my data that i've extrapolated fitting it to an exponential-equation created by CFTOOL. Where y goes to infinity (I could also flip the data if it makes it easier). How can I do this the easiest way?
Antworten (2)
Paulo Silva
am 18 Apr. 2011
y(end) %this should give you the maximum value of y
max(y) %another way
1 Kommentar
Per
am 18 Apr. 2011
John D'Errico
am 18 Apr. 2011
0 Stimmen
Are you looking for that value of x where your model would predict an infinite value? Sorry, but IF this is an exponential model, it NEVER reaches infinity.
The fact is, extrapolation of data to an asymptote at infinity is a perilous task. The specific model you choose will be the driver here, and you have not bothered to tell us that information.
Had you chosen a model that makes mechanistic, physical sense in the context of the physical system you are trying to model, this would be a bit different. But we have no indication this is true.
1 Kommentar
Per
am 18 Apr. 2011
Kategorien
Mehr zu Get Started with Curve Fitting Toolbox 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!