app designer tab control question

5 visualizzazioni (ultimi 30 giorni)
Lucia Wagner
Lucia Wagner il 14 Lug 2020
Commentato: Lucia Wagner il 15 Lug 2020
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!

Risposta accettata

Adam Danz
Adam Danz il 14 Lug 2020
Modificato: Adam Danz il 15 Lug 2020
app.UIAxes.Toolbar.Visible = 'off';
%|__________| replace with your axis handle.
More info on the axis toolbar:

Più risposte (0)

Categorie

Scopri di più su Develop Apps Using App Designer in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by