Simulink toolbar is zoomed in and pixelated

39 views (last 30 days)
George Nehma
George Nehma on 14 Mar 2025
Answered: Simon on 7 Aug 2025
I have MATLAB 2023b and when I open Simulink, the banner is pixelated and substantially zoomed in. In comparison to the regular MATLAB interface which is crisp and scaled correctly. You can see in the image attached the difference. I am running an NVIDIA RTX 4070 Laptop GPU and am not sure where I can fix this issue.

Answers (2)

Piyush Kumar
Piyush Kumar on 18 Mar 2025
Please check this link of a similar pixelation issue in Simulink.
Additionally, you can try the folowing troubleshooting steps -
1. Adjust High DPI Settings:
  • Right-click on the MATLAB shortcut or executable file.
  • Select Properties.
  • Go to the Compatibility tab.
  • Click on Change high DPI settings.
  • Check the box for Override high DPI scaling behavior and set it to Application.
2. Update GPU Drivers:
  • Ensure that your NVIDIA RTX 4070 drivers are up to date.
  1 Comment
George Nehma
George Nehma on 18 Mar 2025
Hi Piyush,
Unfortunately none of these seemed to fix the issue and it still persists.

Sign in to comment.


Simon
Simon on 7 Aug 2025
Hi George,
Here are a few more things you can try to fix the pixelation and zoom problems in Simulink as you might have already tried DPI scaling:
  • You can try adjusting the “Display Scale” to check if this resolves the issue you are facing.
If adjusting the “Display Scale” did not resolve the issue for you, I suggest you try the following troubleshooting steps:
  • Check Your Screen Resolution: Make sure your display is set to its highest (native) resolution in Display Settings.
  • Turn Off Hardware Acceleration in Simulink:In MATLAB, go to Home > Preferences > Simulink > Simulation, and uncheck "Use hardware acceleration." Restart MATLAB afterwards. Then, right-click the MATLAB shortcut, go to Properties > Compatibility, and try running it in compatibility mode for Windows 10 or 8, if it’s 11 then assuming that it should have worked.
  • You can also try the setting at matlab.mlsettings/fsroot/settingstree/matlab/desktop/settings.json. It was already there with scaling factor
s = settings;
s.matlab.desktop.DisplayScaleFactor % Check current value
s.matlab.desktop.DisplayScaleFactor.PersonalValue = 1.5:
You can try some values which works the best. Hoping any of this work and help you!

Categories

Find more on Interactive Model Editing in Help Center and File Exchange

Products


Release

R2023b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!