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

2 次查看(过去 30 天)
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

采纳的回答

Walter Roberson
Walter Roberson 2011-3-21
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.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Migrate GUIDE Apps 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by