Matlab R2015a Linux Font in GUI and figures much too big

4 次查看(过去 30 天)
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 :-(

采纳的回答

Bert RAM Aerts
Bert RAM Aerts 2021-5-23
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.

更多回答(2 个)

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

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

类别

Help CenterFile Exchange 中查找有关 Environment and Settings 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by