- You can pass the UIAxes of the app as an argument to the function which has the script.
- While using plot in the script, set the parent to the UIAxes of the app.
- Set hold (app.UIAxes, 'on');
- Plot the required extra points.
How can you display a Matlab figure stored on your computer in App Designer on the panel and plot on top of said figure?
조회 수: 6 (최근 30일)
이전 댓글 표시
I need to take a plot saved from a script and display it on the App Designer panel. I also need the ability to plot additional points on this figure.
댓글 수: 0
답변 (1개)
Reshma Nerella
2021년 6월 21일
Hi,
One possible solution is that,
Hope this helps!
댓글 수: 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!