Show data in a figure without the data being present at the figure
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hi everyone I am trying to show something like a textbox in a figure but I can't find the right function to do it. I will explain it a little more; I create a figure with its axes and displayed an image in it. I need to show IN THE FIGURE but outside the graph a value that is not on the graph and that is calculated in the program. If someone know how to do it, please tell me.
Thanks
0 commentaires
Réponse acceptée
Walter Roberson
le 21 Mar 2011
You mean like by using text() ?
Or you could use a real uicontrol('Style','text'). uicontrols are part of the figure. uicontrols are not resident in an axes, but once you have determined the axes size, you can set the Position of the uicontrol.
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Migrate GUIDE Apps dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!