Is there a way to get a completion measurement for a long nlinfit calculation?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (1)
Star Strider
am 20 Jul. 2017
One option is to create an ‘options’ structure with the statset (link) function, and set: 'Display','iter'.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Linear and Nonlinear Regression finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!