Progress-viewer window of system identification meaning

조회 수: 9 (최근 30일)
Raymond Wong
Raymond Wong 2021년 12월 9일
답변: Aiswarya 2024년 4월 12일
Hi, I'm using system identification toolbox, but I'm a bit confused with the progress-viewer window. I mark them with the red rectangular. For iteration and cost, it's easy to understand, but for the rest of them, I don't understand, and I fail to find them in documentation. Could someone please help to explain them?

답변 (1개)

Aiswarya
Aiswarya 2024년 4월 12일
Hi Raymond,
The progress-viewer window in the image attached seems to be rendered improperly and the fields in the report should be 'Norm of step', 'First-order optimality', 'Improvement Expected', 'Improvement Achieved' and 'Bisections'. An example of the progress-viewer report and its contents is shown in the following example: https://www.mathworks.com/help/ident/ug/data-and-model-objects-in-system-identification-toolbox.html?searchHighlight=progress-viewer&s_tid=srchtitle_support_results_21_progress-viewer#d126e18955.
The report shows values for each iteration until the termination condition is reached. The fields in the report are same as sys.Report.Termination fields, where 'sys' is an "idpoly" object for the model which can be obtained using estimation commands such as 'polyest' function. You can refer to details about the Termination structure given as an attribute of the 'sys' object in the following documentation: https://www.mathworks.com/help/ident/ref/oe.html?searchHighlight=sys.Termination&s_tid=srchtitle_support_results_8_sys.Termination#mw_d084b0be-8be4-452c-a12c-015131387264. While this structure contains the field values after the termination, the report shows the value for each of these fields in each iteration.
Hope this helps!

카테고리

Help CenterFile Exchange에서 Correlation Models에 대해 자세히 알아보기

제품


릴리스

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by