How can you display a Matlab figure stored on your computer in App Designer on the panel and plot on top of said figure?

9 vues (au cours des 30 derniers jours)
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.

Réponses (1)

Reshma Nerella
Reshma Nerella le 21 Juin 2021
Hi,
One possible solution is that,
  1. You can pass the UIAxes of the app as an argument to the function which has the script.
  2. While using plot in the script, set the parent to the UIAxes of the app.
  3. Set hold (app.UIAxes, 'on');
  4. Plot the required extra points.
Hope this helps!

Catégories

En savoir plus sur View and Analyze Simulation Results dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by