필터 지우기
필터 지우기

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

조회 수: 2 (최근 30일)
matlabkid602
matlabkid602 2017년 7월 20일
답변: Star Strider 2017년 7월 20일
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.

답변 (1개)

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

카테고리

Help CenterFile Exchange에서 Least Squares에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by