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
0 件のコメント
採用された回答
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 Center および File Exchange で Migrate GUIDE Apps についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!