Simulink is too small on my high DPI display in Linux
Afficher commentaires plus anciens
Hello Everyone,
I am currently using MATLAB R2025a on Ubuntu 24.04 LTS with a high resolution display (2560x1900).
When I first launched MATLAB, the interface was very small. I tried running s.matlab.desktop.Zoom.PersonalValue = 150, which successfully scaled the MATLAB UI. However, Simulink remains too small, and adjusting the scaling value had no effect on it. What can I do to scale and fix the simulink ui ?
1 commentaire
According to the answers linked below, calibrating the system's DPI after adjusting MATLAB's scale factor can help achieve the desired scaling for Simulink:
Réponse acceptée
Plus de réponses (1)
Marlon Silas
le 12 Avr 2026 à 17:03
1 vote
I was finally able to work this out on my Ubuntu machine (25.10). The fix proposed by @Ruchika Parag unfortunately did not work for me, which resulted in me experimenting with all sorts of different environment variables for hours on end. The solution I want to highlight is that, as of R2025b, the setting matlab.desktop.Zoom.PersonalValue does set scaling for the normal matlab UI; it does not however do so for simulink. What I discovered is that Simulink does respond to what used to be the setting for scaling which is matlab.desktop.DisplayScaleFactor.PersonalValue. Setting this slightly higher, say to 1.25 or 1.5, might result in Simulink being scaled correctly, too. It did for me.
Though honestly the main issue here is mathworks neglecting to update their software to Qt6, remaining on Qt5 which has been unsupported since 2023.
Catégories
En savoir plus sur Solver Outputs and Iterative Display dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!