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!