Plotting on separate tabs on a GUI designed with AppDesigner

7 vues (au cours des 30 derniers jours)
Ranjan Sonalkar
Ranjan Sonalkar le 21 Avr 2022
Commenté : Geoff Hayes le 21 Avr 2022
I am designing a GUI with App Designer. It has multiple tabs and I would like to generate different plots on each tab. The plots are generated within a function that is called by the GUI. Can I get the handle for each plot in teh GUI before I call the function, and then forward it to the function so that the function can draw the plot on the specified tab?
  1 commentaire
Geoff Hayes
Geoff Hayes le 21 Avr 2022
@Ranjan Sonalkar - yes, it seems reasonable to pass the handle to the axes (not the plot) to the function so that it can plot something on that axes.

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Graphics Objects dans Help Center et File Exchange

Produits


Version

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by