Save GUI layout as image - App Designer
조회 수: 1 (최근 30일)
이전 댓글 표시
I wish to save the GUI layout shown in the Design view in Matlab App Designer, How can I save it as a 500 dpi TIFF?
댓글 수: 0
답변 (1개)
Image Analyst
2020년 6월 5일
At run-time you can save the GUi with exportgraphics() or (if WIndows) alt-PrintScreen. While designing, you can save the active window (in Windows) by typing alt-PrintScreen. That works for anything whatsoever in Windows.
참고 항목
카테고리
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!