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:
- 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:
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.