matlab 高分屏 变小,解决Ubuntu高分屏下matlab标题栏(菜单栏)字体过小问题
本人筆記本為1920x1080,在win10下還好,可以調(diào)整,但是到了ubuntu下設(shè)置GNOME的scaling factor不管用,于是參考一波Matlab論壇,找到了答案。請(qǐng)注意Matlab版本只有2017b及以后的版本才能使用此方法,如果版本過(guò)低,請(qǐng)先升級(jí)。
MathWorks suggested the following procedure, which works well for me (R2017b). Quoting from their email:
Tuning a high-DPI Linux system requires two steps
Setting the MATLAB scale factor
Calibrating the system's DPI
The MATLAB scale factor affects MATLAB desktop and the size/position of windows. The system DPI determines the scale and font size of axes and labels. To set the MATLAB scale factor, please use the following MATLAB commands:
>> s = settings;s.matlab.desktop.DisplayScaleFactor
>> s.matlab.desktop.DisplayScaleFactor.PersonalValue = 1.5
To calibrate the system DPI to match the scale facto, please use the following terminal commands :
% xdpyinfo | grep resolution
resolution: 96x96 dots per inch
% xrandr --dpi 144
The DPI value chosen should be the resolution found with xdpyinfo multiplied by the MATLAB scale factor that was set. In the example, 96 × 1.5 = 144.
MATLAB must be restarted after Step 2.
做完這些,瞬間感覺(jué)不一樣了
總結(jié)
以上是生活随笔為你收集整理的matlab 高分屏 变小,解决Ubuntu高分屏下matlab标题栏(菜单栏)字体过小问题的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問(wèn)題。
- 上一篇: 苹果 iPhone 15 Pro 渲染图
- 下一篇: Ubuntu一键安装LAMP环境