Arrange "Dial" in Mask Editor Dialog
3 views (last 30 days)
Show older comments
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 Comments
Image Analyst
on 5 Nov 2022
Edited: Image Analyst
on 5 Nov 2022
What do you mean by sorted out? Obviously you can position each of the dials anywhere you want on the GUI.
Answers (1)
Rohit S. Nambiar
on 10 Nov 2022
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 Comments
See Also
Categories
Find more on Author Block Masks in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!