Hi all!
I am working with a tab group in app designer, and when I load an image into the tab's axes, a control panel pops up in the upper right corner (see attached picture). For my project it is necessary this control panel is deleted. Is there specific code to eliminate this control panel? THANKS!

 Akzeptierte Antwort

Adam Danz
Adam Danz am 14 Jul. 2020
Bearbeitet: Adam Danz am 15 Jul. 2020

1 Stimme

app.UIAxes.Toolbar.Visible = 'off';
%|__________| replace with your axis handle.
More info on the axis toolbar:

Weitere Antworten (0)

Kategorien

Mehr zu Develop Apps Using App Designer finden Sie in Hilfe-Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by