Arrange "Dial" in Mask Editor Dialog
4 次查看(过去 30 天)
显示 更早的评论
Since I have multiple "Dials" within single masked subsystem, is it possible somehow arrange the Dials - e.g. to be at sorted out horizontally?
2 个评论
Image Analyst
2022-11-5
编辑:Image Analyst
2022-11-5
What do you mean by sorted out? Obviously you can position each of the dials anywhere you want on the GUI.
回答(1 个)
Rohit S. Nambiar
2022-11-10
Hi,
In order to arrange the "Dials" horizontally, you can change the "Row Location" property for all dials that follow the first one from "new" to "current"
For this, follow the below steps
- Add the first Dial
- Add the second Dial
- With the second Dial selected, go to Property Editor > Layout > Row Location and change the property from new to current
- Add more Dials as necessary and repeat step 3
- Preview your changes using the Preview Dialog option on the toolstrip
To achieve a matrix form,
- Repeat the above steps 1-4 to create first row
- Add first Dial in second row and ensure Row Location is set to new
- Follow previously described process to create second row
- Add more rows as necessary
Hope this helps.
Regards,
Rohit
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Author Block Masks 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!