Open saved figure in App Designer

I have developed an app using App Designer that runs specific funcitons (let's call this 'MyFunction') when a button is pressed. 'MyFunction" creates and plots a figure that opens in a new figure window. Is there anyway for me to open the plot created from 'MyFunction' in my app?
If 'MyFunciton' saves the figure as a .fig file, is there anyway for me to display this .fig file in my app?

답변 (1개)

BhaTTa
BhaTTa 2025년 3월 13일

0 개 추천

Hey @Tyler M, to display a plot created by an external function (MyFunction) within your App Designer app, you can use a UIAxes component. This allows you to embed the plot directly into your app's interface, providing a seamless user experience.

카테고리

도움말 센터File Exchange에서 Develop Apps Using App Designer에 대해 자세히 알아보기

질문:

2019년 5월 24일

답변:

2025년 3월 13일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by