I have a table with 2 column, c1 and c2 in Matlab. I want to use the Curve Fitting Tool to fit the exponential equation into my data.
Right now I have this in my code: cftool(c1,c2);
this code is going to open cftool and fit the polynomial curve! However I want it as an Exponential curve! How can I do that?