MATLAB’s Curve Fitting Toolbox of course, alternately you can run the GNU/Octave free software, mostly compatible with Matlab. The issue is that Octave does not have the “Curve Fitting Toolbox”, but you need only of a single function, found in the Octave optim package, called leasqr. You can find it here:
MATLAB’s Curve Fitting Toolbox of course, alternately you can run the GNU/Octave free software, mostly compatible with Matlab. The issue is that Octave does not have the “Curve Fitting Toolbox”, but you need only of a single function, found in the Octave optim package, called leasqr. You can find it here: