How to save multiple appdesigner window for inputs and outputs using button
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi,
I have a app which when run, opens up a window asking the inputs and after run it opens two new windows to show results. How can i save all the windows using button callback?
Please help me with the above one.
댓글 수: 8
Rik
2021년 7월 26일
You need programmatic access to the figures that are created. One way or another you will need the handles to do that. If you can't get to the handles in any way, what you want is impossible. You don't need to touch the original code, but you will need the handles.
findall(groot) may be helpfull.
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Printing and Saving에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!