app designer tab control question

조회 수: 3 (최근 30일)
Lucia Wagner
Lucia Wagner 2020년 7월 14일
댓글: Lucia Wagner 2020년 7월 15일
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:
  댓글 수: 1
Lucia Wagner
Lucia Wagner 2020년 7월 15일
Thank you so much, Adam! That did the trick.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Develop Apps Using App Designer에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by