Arrange "Dial" in Mask Editor Dialog
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Image Analyst
il 5 Nov 2022
Modificato: Image Analyst
il 5 Nov 2022
What do you mean by sorted out? Obviously you can position each of the dials anywhere you want on the GUI.
Risposte (1)
Rohit S. Nambiar
il 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 Commenti
Vedere anche
Categorie
Scopri di più su Author Block Masks in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!