Is there a way to get a completion measurement for a long nlinfit calculation?

1 vue (au cours des 30 derniers jours)
matlabkid602
matlabkid602 le 20 Juil 2017
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.

Réponses (1)

Star Strider
Star Strider le 20 Juil 2017
One option is to create an ‘options’ structure with the statset (link) function, and set: 'Display','iter'.

Catégories

En savoir plus sur Least Squares dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by