uifigure output inline with live script
조회 수: 4 (최근 30일)
이전 댓글 표시
Is there a way to output a uifigure directly into a live script rather than having another window pop-up?
댓글 수: 0
채택된 답변
Jatin
2024년 9월 20일
In MATLAB, "uifigure" objects are intended to function as standalone windows and cannot be directly embedded into live scripts. This limitation is also noted under the unsupported functionalities of Graphics in App Designer. Functions like "save", "load", "saveas", and "print" cannot be used with "uifigure" objects.
If you want to save the content of your app window, you can use the "exportapp" function to export it as an image or PDF.
For more information, refer to the sections on 'Unsupported Functionality of Graphics in App Designer' and the "exportapp" function below.
Hope this addresses your query.
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Develop uifigure-Based Apps에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!