Is there a way to get a completion measurement for a long nlinfit calculation?
1 次查看(过去 30 天)
显示 更早的评论
I am running a simulation that can take multiple hours or even days. How do I create a status indicator for my calculation?
I am running a non linear fit function (nlinfit)
Thank you.
0 个评论
回答(1 个)
Star Strider
2017-7-20
One option is to create an ‘options’ structure with the statset (link) function, and set: 'Display','iter'.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Linear and Nonlinear Regression 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!