suggestion for improvement

This commit is contained in:
Jan Benda 2018-12-12 11:59:14 +01:00
parent 8676cdee2e
commit fd7d78cb54

View File

@ -16,6 +16,10 @@
\input{regression} \input{regression}
\section{Improvements}
Adapt function arguments to matlabs polyfit. That is: first the data
(x,y) and then the parameter vector. p(1) is slope, p(2) is intercept.
\section{Fitting in practice} \section{Fitting in practice}
Fit with matlab functions lsqcurvefit, polyfit Fit with matlab functions lsqcurvefit, polyfit