Turn on 'View Figure Toolbar' programmaticaly

4 ビュー (過去 30 日間)
Rob L
Rob L 2014 年 9 月 17 日
コメント済み: Rob L 2014 年 10 月 10 日
I have generated a figure to which I add text via a uicontrol command. This turns off visibility of the 'Figure Toolbar'.
I can use the 'View' menu to toggle visibility but I wish to force visibility programmatically. The figure properties do not seem to allow this. Any suggestions ?

採用された回答

Richard Quist
Richard Quist 2014 年 10 月 9 日
Try this:
set(fig, 'toolbar', 'figure')
where fig is the figure you are working with
  1 件のコメント
Rob L
Rob L 2014 年 10 月 10 日
Thanks for that.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeInteractive Control and Callbacks についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by