Simulink toolbar is zoomed in and pixelated

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 (3)

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

Hi Piyush,
Unfortunately none of these seemed to fix the issue and it still persists.

Sign in to comment.

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!
I am running into the same issue. I have tried multiple troubleshooting steps including the one mentioned above. However, the above settings are used to scale up since by default it is set to 1. The pixelated zoomed in is by default. Anything above will zoom in more.

1 Comment

I have the same problem, only in 2025b though

Sign in to comment.

Products

Release

R2023b

Asked:

on 14 Mar 2025

Commented:

on 24 Mar 2026 at 9:32

Community Treasure Hunt

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

Start Hunting!