[Scilab-users] errors (uncertainties) in non-linear least-squares fitting parameters

Rafael Guerra jrafaelbguerra at hotmail.com
Tue Aug 25 01:46:58 CEST 2020


In that case, the code can be simplified using backslash left matrix division:

// Fixed point (-4,0) solution:
a = (MW+4)\Y;
b = a*4;
GG= a'.*.xx' + repmat(b',1,size(xx,1));
plot(xx,GG','LineWidth',1);

Regards,
Rafael
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20200824/e7e8f2a7/attachment.htm>


More information about the users mailing list