Turn on 'View Figure Toolbar' programmaticaly
1 回表示 (過去 30 日間)
古いコメントを表示
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 ?
0 件のコメント
採用された回答
Richard Quist
2014 年 10 月 9 日
Try this:
set(fig, 'toolbar', 'figure')
where fig is the figure you are working with
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Interactive Control and Callbacks についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!