Clear Filters
Clear Filters

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

2 views (last 30 days)
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.

Answers (1)

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

Community Treasure Hunt

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

Start Hunting!