Display outputs of lsqnonlin in APP designer

조회 수: 5 (최근 30일)
Tong Su
Tong Su 2023년 3월 23일
댓글: Tong Su 2023년 3월 27일
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
Catalytic
Catalytic 2023년 3월 27일
Maybe you need to use drawnow ?
Tong Su
Tong Su 2023년 3월 27일
great, thank you!

댓글을 달려면 로그인하십시오.

추가 답변 (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