Query regarding toolbar in MATLAB App designer

2 次查看(过去 30 天)
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 Apps Using App Designer 的更多信息

标签

产品


版本

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by