Display outputs of lsqnonlin in APP designer

6 次查看(过去 30 天)
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
....

采纳的回答

Catalytic
Catalytic 2023-3-23
Use the OutputFcn option to obtain the values used to populate the iterative display. Then print those values whenever and however you please.
  3 个评论

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Develop Apps Using App Designer 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by