 |
MATLAB vs. Excel: Matlab seems to give better answer to exponential decay, anyone know why? - MATLAB
Excel is apparently doing a log of the y data then fitting a line. This approach is very sensitive to outliers. Change your plot commands to semilogy and you'll see why with your data. That last point is an outlier in semilog space, even though it isn't s
www.mathworks.com |
 |