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.matlab.desktop.DisplayScaleFactor
s.matlab.desktop.DisplayScaleFactor.PersonalValue = 1.5:
You can try some values which works the best. Hoping any of this work and help you!