Query regarding toolbar in MATLAB App designer

조회 수: 4 (최근 30일)
Ankush
Ankush 2022년 8월 10일
댓글: Ankush 2022년 8월 24일
What changes should I make in the app designer code to get this toolbar (refer picture below) in the final sharable application.? Please refer me to some guidelines in this regard.

채택된 답변

Matt J
Matt J 2022년 8월 10일
As far as I can tell, you must rebuild the toolbar using uitoolbar, uipushtool, and uitoggletool.
  댓글 수: 3
Matt J
Matt J 2022년 8월 18일
편집: Matt J 2022년 8월 18일
Because you must also recreate the buttons themselves with uipushtool, and uitoggletool.
I agree that this is tragically painful, but at the same time, it is not clear what else we could expect. The contents of a UIFigure are not as predictable as a conventional figure, so it is not clear what the behavior of the buttons should be in this case. What should the zoom button do when the UIFigure contains only a pushbutton or a slider?
Ankush
Ankush 2022년 8월 24일
Thanks for your response. Sounds logical. Will try to build up the tools.

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Develop uifigure-Based Apps에 대해 자세히 알아보기

태그

제품


릴리스

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by