Need help fitting given data to an exponential function

조회 수: 1 (최근 30일)
Afreen Gillani
Afreen Gillani 2020년 9월 12일
답변: the cyclist 2020년 9월 13일
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
Walter Roberson
Walter Roberson 2020년 9월 12일
Do you have the curve fitting toolbox? If so have you tried the cftool ?

댓글을 달려면 로그인하십시오.

답변 (1개)

the cyclist
the cyclist 2020년 9월 13일
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.

카테고리

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