Show data in a figure without the data being present at the figure
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposta accettata
Walter Roberson
il 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.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Migrate GUIDE Apps in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!