- 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?
3 ビュー (過去 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!