Borrar filtros
Borrar filtros

Matlab R2015a Linux Font in GUI and figures much too big

4 visualizaciones (últimos 30 días)
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 :-(

Respuesta aceptada

Bert RAM Aerts
Bert RAM Aerts el 23 de Mayo de 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.

Más respuestas (2)

Deep Desai
Deep Desai el 17 de Mzo. de 2016
Hey Bert,
Do you mind posting a screenshot of the issue please?

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

Categorías

Más información sobre Environment and Settings en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by