Simple answer: NO. There is no Gauss-Newton scheme in MATLAB. If you want it, you need to write it. If you want to solve the optimization problem in MATLAB, then use the optimization toolbox tools, or nlinfit, or the curve fitting toolbox. Or find Gauss-Newton code on the file exchange. (Generally, any code to implement Gauss-Newton that you will find on the file exchange is code written by novices, what I would consider poor code.)
Gauss–Newton algorithm in Matlab?
29 次查看(过去 30 天)
显示 更早的评论
Hi All,
Is there a function in MATLAB to perform basic Gauss-Newton regression on a set of non-linear equations? I want to compare the performance with levenberg-marquardt.
Thanks
Toby
0 个评论
采纳的回答
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Multivariate Models 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!