Can I monitor the progress of a fitting?
2 ビュー (過去 30 日間)
古いコメントを表示
Hi,
I'm using MATLAB R2016a. I'm trying to fit a computationally expensive function and I want to monitor either the fitting progress or how the parameters evolve in each iteration of the fitting.
Is there any (easy) way of doing this?
Thank you!
0 件のコメント
回答 (1 件)
Sulaymon Eshkabilov
2021 年 8 月 4 日
If you are going to employ nonlinear fit with lsqcurvefit or fminunc, you can obtain some data from each iteration, see the full doc here: https://www.mathworks.com/help/optim/ug/nonlinear-data-fitting-example.html
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Interpolation についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!