Progress-viewer window of system identification meaning
5 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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?
0 commentaires
Réponses (1)
Aiswarya
le 12 Avr 2024
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!
0 commentaires
Voir également
Catégories
En savoir plus sur Linear Model Identification 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!