How to edit font size of number value inside Simulink dashboard block such as a constant or gain block?

조회 수: 22 (최근 30일)
I have seen this question asked several times over the years and the latest answer I read was it was to be avaiable in Simulink Release 2021a.
I am using Simulink 2021a and cannot find how to change the numerical value "inside" of a Simulink block such a Constant or Gain block. The Format Font on appies to the texr of the Name outside the block.
Is there a difernt command besides right click on hte block >Format > Format Style for Selection (which only edits the font for the text of the name outside the block) ?

답변 (2개)

Guru Kumaresan
Guru Kumaresan 2022년 9월 6일
You can try the following steps:
  • Given some constant block, create a mask for it (CTRL-M or right click and select Mask -> Create Mask).
  • In the "Icon & Ports" tab of the mask edit menu, enter the desired text as an input to the "disp" function into the "Icon drawing commands". For example, if you want your block to say value of the constant block (say 5) enter "disp(5)".
  • Now you should be able to change the block format like other blocks through the right click context menu (Format -> Font Style for Selection).

John Tsinetakes
John Tsinetakes 2022년 9월 6일
Thanks
The Create Mask works to change the Font size.
There is now a new problem. I would like to keep the value displayed as "1/68e-6" to show that this is the reactance value of a 68e-6 inductor in the system.
But using the Mask, it changes the display to the value of 1/68e-6 = 14705 instead.
Is there a way to have the Mask not do this and dispaly the number explicitly the way it was entered?

카테고리

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

제품


릴리스

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by