Arrange "Dial" in Mask Editor Dialog
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Since I have multiple "Dials" within single masked subsystem, is it possible somehow arrange the Dials - e.g. to be at sorted out horizontally?
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1182123/image.png)
2 comentarios
Image Analyst
el 5 de Nov. de 2022
Editada: Image Analyst
el 5 de Nov. de 2022
What do you mean by sorted out? Obviously you can position each of the dials anywhere you want on the GUI.
Respuestas (1)
Rohit S. Nambiar
el 10 de Nov. de 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 comentarios
Ver también
Categorías
Más información sobre Author Block Masks en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!