shortcut2figtool

バージョン 1.1.0.0 (50.5 KB) 作成者: Marc Jakobi
function for creating shortcuts to figure toolbar buttons (useful for docked figures)
ダウンロード: 30
更新 2022/10/15

Executes/Emulates callbacks of figure toolbar buttons. Can be used to create a shortcut to figure menu items in the quick access toolbar (useful for docked figures when the figure toolbar is "hidden" behind the Figure toolstrip).
Syntax:
shortcut2figtool(tooltiptag)
e.g.: shortcut2figtool('FileOpen') --> opens a new Figure
See screenshot for example on how to use. The toolbar icons can be found by typing the following in the command window:
fullfile(matlabroot,'/toolbox/matlab/icons/')
Input argument:
tooltiptag - String with the emulated toolbar element
The following inputs are accepted for tooltiptag:

'PlottoolsOn' 'PlottoolsOff' 'InsertLegend' 'InsertColorbar' 'Linking' 'Brushing' 'DataCursor' 'Rotate' 'Pan' 'ZoomOut' 'ZoomIn' 'EditPlot' 'PrintFigure' 'SaveFigure' 'FileOpen' 'NewFigure'

This function relies heavily on undocumented functions and may break in a future Matlab release.

Author: Marc Jakobi 21.03.2017

引用

Marc Jakobi (2024). shortcut2figtool (https://github.com/mrcjkb/shortcut2figtool), GitHub. 取得済み .

MATLAB リリースの互換性
作成: R2017a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersInteractive Control and Callbacks についてさらに検索
タグ タグを追加

Community Treasure Hunt

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

Start Hunting!

GitHub の既定のブランチを使用するバージョンはダウンロードできません

バージョン 公開済み リリース ノート
1.1.0.0

Added screenshot

1.0.0.0

この GitHub アドオンでの問題を表示または報告するには、GitHub リポジトリにアクセスしてください。
この GitHub アドオンでの問題を表示または報告するには、GitHub リポジトリにアクセスしてください。