How can I change the font size of the toolbars at the top of the matlab window?

204 次查看(过去 30 天)
I tried the Preferences/Font which changes other areas, but not the toolbars. My colleague has done it but doesn't remember how.

采纳的回答

Grant Schmick
Grant Schmick 2019-2-25
Thanks again Asad (sorry for the previous misspelling), but I actually got a fix from my colleage before I saw this (It may be the same as the last two in the link you gave:
----------------------------
>> s = settings;s.matlab.desktop.DisplayScaleFactor
ans =
Setting 'matlab.desktop.DisplayScaleFactor' with properties:
ActiveValue: 1
TemporaryValue: <no value>
PersonalValue: 1
FactoryValue: 1
>> s.matlab.desktop.DisplayScaleFactor.PersonalValue = 1.6
s =
SettingsGroup with properties:
mldrivetripwireaccess: [1×1 SettingsGroup]
matlab: [1×1 SettingsGroup]
-----------------------------------
This worked fine, and all within MATLAB; no mucking around with linux.
  7 个评论

请先登录,再进行评论。

更多回答(3 个)

Asad Mirza
Asad Mirza 2019-2-22
编辑:Asad Mirza 2019-2-22
There are a couple things you could try
  1. Right-click on MATLAB icon and select properties
  2. Select Compatibility tab
  3. Select Change High DPI settings
  4. Check Program DPI
  5. In High DPI scaling override, check the box and chose System (Enhanced)
For me this setting makes the MATLAB text crisper and easier to read on my high DPI screen.
If that does not help you can also go to Open Advanced Scale Settings in the Change High DPI Settings and set your scale to anywhere from 100%-500%. On my computer what this does is increase the overall size of everything in the MATLAB interface as well as the rest of Windows.
  3 个评论

请先登录,再进行评论。


Grant Schmick
Grant Schmick 2019-2-22
Thank you, Azad. Next question: How do I get a MATLAB icon (I assume you mean a launch icon)? I didn't get one upon installation, either on the desktop or the Applications menu. I'm running Ubuntu 16.04 / Ubuntu MATE 1.12.1. I run matlab from the terminal. Thanks.
  3 个评论
Asad Mirza
Asad Mirza 2019-2-25
The linux option doesnt rely on icon settings I think. Unfortunately, I do not have any further knowledge I could provide you with about this.

请先登录,再进行评论。


Grant Schmick
Grant Schmick 2019-2-25
The answer I provided earlier (and now can't find) actually comes from a previous post:

类别

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

标签

产品


版本

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by