Curve Fitting

2.1098e+000 -5.0171e-001 and the linear relationship between the variables is. ln CA = 2.1098 - 0.50171t. The same values for the parameters can also be obtained by using polyfit, a function provided by Matlab, to find the best linear fit of the data. % Matlab program for Example 5.1-1 % Least square curve fitting of ln(Ca) = ln(Cao) - kt % ................
................