- Minimize the Toolstrip: Right-click on the Simulink Toolstrip and select 'Minimize Toolstrip'. This will remove it and free up space in the window.
- Adjust Display Scale Factor: Use the following command in MATLAB to set the Display Scale Factor to the minimum value of 1, which can help in resizing the toolstrip and fonts:
How to resize Simulink RIbbon
4 ビュー (過去 30 日間)
古いコメントを表示
Hello, everyone.
This quite a new issue I've noticed with Simulink on my PC.
The Simulink ribbon has grown in size on its own and takes up a lot of space on my work area. Also, the model blocks also look zoomed in and are pixelated.
I have not changed my resolution nor my display settings. Is there a way to resize the ribbon and the font so that everything looks normal?
Release 2024a, Update 6.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1768954/image.png)
0 件のコメント
回答 (1 件)
Ruchika Parag
2024 年 9 月 9 日
Hi Shameer, to address the issue of the enlarged Simulink ribbon and pixelated model blocks in Release 2024a, Update 6, you can try the following solutions:
s = settings;
s.matlab.desktop.DisplayScaleFactor.PersonalValue = 1;
3. Zoom Out in Simulink: You can zoom out on the block diagram to reduce the size of the blocks visually. Use the shortcut Ctrl + Minus (-) or press the Space bar + Minus (-) to shrink the view.
By following these steps, you should be able to resize the Simulink toolstrip and improve the appearance of your model blocks.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Simulink Environment Customization についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!