Matlab R2015a Linux Font in GUI and figures much too big

4 views (last 30 days)
When I run fdatool in Matlab R2015a, I need to maximize the window to full screen. And even then the fonts are so big that not all options can be seen. Same when running bench, default fonts are too big. How can I change the figure/GUI fonts? In Preferences this is not possible :-(

Accepted Answer

Bert RAM Aerts
Bert RAM Aerts on 23 May 2021
So many years later on a new laptop I had exaclty the same issue. Solution is this simple script:
cat matlab.sh
xdpyinfo | grep resolution
xrandr --dpi 96
xdpyinfo | grep resolution
and it produces
./matlab.sh
resolution: 143x144 dots per inch
resolution: 96x96 dots per inch
So the resolution of 143x144 dots per inch was way too big for matlab en with 96x96 dots per inch it looks pretty OK.

More Answers (2)

Deep Desai
Deep Desai on 17 Mar 2016
Hey Bert,
Do you mind posting a screenshot of the issue please?

Bert RAM Aerts
Bert RAM Aerts on 18 Mar 2016
Please find attached 2 screenshots from R2016a in Mageia 5 x86_64 linux and in Windows 10 64 bit.

Categories

Find more on Environment and Settings in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!