Need help fitting given data to an exponential function

1 Ansicht (letzte 30 Tage)
Afreen Gillani
Afreen Gillani am 12 Sep. 2020
Beantwortet: the cyclist am 13 Sep. 2020
Hello everyone,
I have tried to google or read other answers, but I am still confused on how to move forward with fitting the data to an exponential function.
  1 Kommentar
Walter Roberson
Walter Roberson am 12 Sep. 2020
Do you have the curve fitting toolbox? If so have you tried the cftool ?

Melden Sie sich an, um zu kommentieren.

Antworten (1)

the cyclist
the cyclist am 13 Sep. 2020
If you have the Statistics and Machine Learning Toolbox, you might be able to use the expfit function.
If not, and you don't have the Curve Fitting Toolbox either (as Walter suggested), it is possible that you can perform a logarithmic transformation on your data, and use base MATLAB to do a linear fit.
If you upload your data in a *.mat file, we may be able to help more.

Kategorien

Mehr zu Get Started with Curve Fitting Toolbox finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by