- 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
11 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
Ruchika Parag
el 9 de Sept. de 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 comentarios
Ver también
Categorías
Más información sobre Simulink Environment Customization en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!