Modifying the Simulink Display Block
20 ビュー (過去 30 日間)
古いコメントを表示
The Simulink 'Display' block is very useful for troubleshooting models.
However, for the complex model I'm dealing with, it is just too big and cumbersome (even if resized). I'd like to either:
1. Modify the block to use a smaller font, etc...
2. Create a new block that can reproduce a signal value on its face in the Simulink GUI.
Thanks and regards,
Brown
0 件のコメント
採用された回答
TAB
2012 年 9 月 10 日
You can change the font of display text.
Right click on display >> Format >> Font >> Select smaller font size.
Also you can create a GUI also which displays you simulink data in the format as you want. See this post and its inside links to know how to make GUI and simulink interface.
3 件のコメント
TAB
2013 年 1 月 3 日
Sorry, I don't have access to R2012b version of matlab. If it is not possible to change the font size in display block in R2012b, you can go for second option.
Collect the simulation data run time and display in GUI.
Melissa
2013 年 1 月 7 日
Thanks. Our converted R2012a models are not displaying in R2012b as we'd hoped, so I'll check with Mathworks support and then consider making a GUI.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Interactive Model Editing についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!