Documentation - esfit - FitOpt.Scaling
Posted: Wed Aug 04, 2021 6:04 am
Hello,
I read the description for the FitOpt.Scaling in the documentation of esfit that the default setting for Scaling is 'maxabs'.
However, if I understand correctly, at line 210 of the source code, it writes:
Code: Select all
if ~isfield(FitOpt,'Scaling'), FitOpt.Scaling = 'lsq0'; end
and seems to set 'lsq0' as default value.
I'm sorry for bothering with such a minor issue. I just came across running some simulations assuming it to be 'maxabs', and figured it seems not the case.