Arrange "Dial" in Mask Editor Dialog
조회 수: 1 (최근 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
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!