How can I add annotations to GUI figures generated using GUIDE?

I would like to add annotations to a GUI figure that I have created and also be able to make some of the modifications.

 採用された回答

MathWorks Support Team
MathWorks Support Team 2009 年 6 月 27 日

0 投票

This can be done by making the GUI figure handles visible and then turning on the Plot Tool features. This makes It possible to use plottools (Figure Palette) to add annotations and other modification to the figure.
set(0,'showHiddenHandles','on')
plottools

その他の回答 (0 件)

カテゴリ

製品

タグ

タグが未入力です。

Community Treasure Hunt

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

Start Hunting!

Translated by