zhanglistar
zhanglistar

Reputation: 450

Curve fitting for exponential functions

The equation is as follows:

y=|A-B*exp(-x/C)|

Where|| denotes absolute value.

Upvotes: 1

Views: 3292

Answers (2)

Rasman
Rasman

Reputation: 5359

try looking at the cftool command

Upvotes: 0

Ian
Ian

Reputation: 92

The easiest way is to use the curve fitting toolbox in which you can define your own custom fitting function.

Another option is to install the ezyfit toolbox available here.

Upvotes: 3

Related Questions