app designer tab control question

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!

 Respuesta aceptada

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

Más respuestas (0)

Categorías

Más información sobre Develop Apps Using App Designer en Centro de ayuda y File Exchange.

Preguntada:

el 14 de Jul. de 2020

Comentada:

el 15 de Jul. de 2020

Community Treasure Hunt

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

Start Hunting!

Translated by