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

조회 수: 136 (최근 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
Nicholas Sadro
Nicholas Sadro 2019년 4월 17일
This worked great for me. Now I can read the toolbar text again. Thanks!

댓글을 달려면 로그인하십시오.


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
Grant Schmick
Grant Schmick 2019년 2월 25일
This may work fine, but I already found a solution before I saw it.
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에서 System Commands에 대해 자세히 알아보기

태그

제품


릴리스

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by