Arrange "Dial" in Mask Editor Dialog

조회 수: 1 (최근 30일)
Jack Daniels
Jack Daniels 2022년 11월 5일
답변: Rohit S. Nambiar 2022년 11월 10일
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
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.
Jack Daniels
Jack Daniels 2022년 11월 7일
How? It gives me just this order (vertically) as you see - I'd like to have them in one horizontal line ... (or in matrix form if there are four dials)

댓글을 달려면 로그인하십시오.

답변 (1개)

Rohit S. Nambiar
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
  1. Add the first Dial
  2. Add the second Dial
  3. With the second Dial selected, go to Property Editor > Layout > Row Location and change the property from new to current
  4. Add more Dials as necessary and repeat step 3
  5. Preview your changes using the Preview Dialog option on the toolstrip
To achieve a matrix form,
  1. Repeat the above steps 1-4 to create first row
  2. Add first Dial in second row and ensure Row Location is set to new
  3. Follow previously described process to create second row
  4. Add more rows as necessary
Hope this helps.
Regards,
Rohit

카테고리

Help CenterFile Exchange에서 Simulink에 대해 자세히 알아보기

제품


릴리스

R2022b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by