I have a set of data, which is distributed like on the picture below.
It clearly looks, like a function:
k1*(1-e^(-t/T1))-k2*(1-e^(-t/T2)).
Is there a method provided in Matlab, to estimate parameters in this kind of function or do you have any ideas of estimating them in code to avoid doing it 'manually'? Thanks.