Show data in a figure without the data being present at the figure

2 views (last 30 days)
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

Accepted Answer

Walter Roberson
Walter Roberson on 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.

More Answers (0)

Categories

Find more on Migrate GUIDE Apps in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!