- compute the residuals for any set of parameters.
- square them.
- add them up.
- Minimize that sum.
have anyone done SOS (sum of squares, optimization ) in matlab
3 次查看(过去 30 天)
显示 更早的评论
i dont understand where to start
0 个评论
回答(2 个)
John D'Errico
2015-8-20
编辑:Walter Roberson
2024-6-10
This is not a question, but an admission of cluelessness, and a plea for help. A complete answer would fill a book, a rather large one.
help polyfit
help nlinfit
help lsqnonlin
help lsqcurvefit
help lsqlin
help fminsearch
You start at the beginning. You start reading. You start writing code. TRY SOMETHING.
And, if this is homework, so you cannot use those tools, you...
1 个评论
Cedric
2024-6-10
编辑:Walter Roberson
2024-6-10
> This is not a question, but an admission of cluelessness, and a plea for help. A complete answer would fill a book, a rather large one.
I understand your discontent to lack of research from the poster, however. Anyone like me who searches this exact question on Google arrives to this unhelpful answer 10 years later. The poster referred to sum of squares programming which the steps you listed are not directly helpful to convert the SOS program into a semidefinite one, to be solved efficiently.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Surrogate Optimization 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!