Display outputs of lsqnonlin in APP designer

2 vues (au cours des 30 derniers jours)
Tong Su
Tong Su le 23 Mar 2023
Commenté : Tong Su le 27 Mar 2023
Hello~
I am develping a Matlab app by APP designer with lsqnonlin to fit data.
I know the option of lsqnonlin can be set to Display and the iteration output for each iteration can be viewed in MATLAB command window.
And now I want to compile this output into the app, so that I can review it real-time in the app instead of the MATLAB command window.
But I do not know how to store the iteration output of the lsqnonlin. And so this data can put into something like edit filed or something else that can be viewed while the app is running.
Could anyone helps me with it, thank you~
The iteration output data I want to put real-time in app is:
Norm of First-order
Iteration Func-count f(x) step optimality
0 3 359677 2.88e+04
1 6 359677 11.6976 2.88e+04
....

Réponse acceptée

Catalytic
Catalytic le 23 Mar 2023
Use the OutputFcn option to obtain the values used to populate the iterative display. Then print those values whenever and however you please.
  3 commentaires
Catalytic
Catalytic le 27 Mar 2023
Maybe you need to use drawnow ?
Tong Su
Tong Su le 27 Mar 2023
great, thank you!

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Develop Apps Using App Designer 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