Fit to the experimental plot

2 views (last 30 days)
aymos
aymos on 27 Jun 2018
Answered: Anton Semechko on 27 Jun 2018
Hi,
I have a plot of x,y. I know the function f(x,y) e.g. y = A.x.exp(-x/C) + B.x
For input I have a plot of y vs x. How do I obtain
  • a good fit to my plot ?
  • Values of Parameters: A,B and C corresponding to best fit ?

Answers (1)

Anton Semechko
Anton Semechko on 27 Jun 2018
Use 'fit' function

Community Treasure Hunt

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

Start Hunting!