matlab fit exp2
- by HelloWorld
I'm unsuccessfully looking for documentation of fit function using exp2 (sum of 2 exponents).
How to operate the function is clear:
[curve, gof] = fit(x, y,'exp2');
But since there are multiple ways to fit a sum of exponents I'm trying to find out what algorithm is used. Particularly what happens when I'm fitting one exponent (the raw data) with…