save and open in app designer
조회 수: 4 (최근 30일)
이전 댓글 표시
Hi. I created an app designer and i want to save figure in work space with a callback. Also i want to open it in my app designer. how is it possible?? p.s the app designer is .exe type
댓글 수: 0
답변 (1개)
BhaTTa
2025년 3월 13일
Hey @Anthos kountouris, When working with a compiled MATLAB App Designer application (an .exe), you can achieve your goals by strategically managing data and figures. Here's how you can save a figure to the workspace and open it within your app:Saving a Figure in the Workspace
Since you're working with a standalone application, you can save your figure data to a file and then load it back in the workspace when needed.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File 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!