app designer tab control question

3 次查看(过去 30 天)
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!

采纳的回答

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

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Migrate GUIDE Apps 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by