MATLAB: LSQNONLIN changes in R2011a?

淺唱寂寞╮ 提交于 2019-12-24 01:01:07

问题


I'm working with a matlab code package that was handed down to me. It was written in R2007b version, and I saw it perform. My lab just acquired R2011a and although the package runs without errors, it produces different (and notably worse) results.

I've zeroed in on the conclusion that the difference comes when executing lsqnonlin

Were there any known and significant changes in the versions? How would I track down the differences?
I'll be glad to supply parts of code if needed.

Thank you!


回答1:


In 2008, Matlab changed a few of the default parameters for the optimization toolbox, so you need to figure out what exactly u need to change back

look here and here



来源:https://stackoverflow.com/questions/7194790/matlab-lsqnonlin-changes-in-r2011a

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!