필터 지우기
필터 지우기

Matlab R2015a Linux Font in GUI and figures much too big

조회 수: 4 (최근 30일)
Bert RAM Aerts
Bert RAM Aerts 2015년 3월 10일
답변: Bert RAM Aerts 2021년 5월 23일
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