- 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
3 views (last 30 days)
Show older comments
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.
0 Comments
Answers (1)
Ruchika Parag
on 9 Sep 2024
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 Comments
See Also
Categories
Find more on Simulink Environment Customization in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!