display biograph in GUI axes
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Sievlong Suk
le 19 Fév 2021
Réponse apportée : Steven Lord
le 21 Fév 2021
how can i display biograph viewer in gui axes?
0 commentaires
Réponse acceptée
Walter Roberson
le 19 Fév 2021
Biograph Viewers are not designed to be displayed in a GUI axes. They create their own figure and attach behaviors to the figure. If you were to dig into a created axes and move the axes to your GUI, the viewer would not behave properly.
Plus de réponses (1)
Steven Lord
le 21 Fév 2021
If you want to display a graph in an app or GUI axes, consider building a graph or digraph object and calling plot on it. I believe that as of a couple releases ago they could be parented to a uiaxes in an App Designer app.
0 commentaires
Voir également
Catégories
En savoir plus sur Graphics Object Properties 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!