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

200 visualizaciones (últimos 30 días)
I tried the Preferences/Font which changes other areas, but not the toolbars. My colleague has done it but doesn't remember how.

Respuesta aceptada

Grant Schmick
Grant Schmick el 25 de Feb. de 2019
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 comentarios

Iniciar sesión para comentar.

Más respuestas (3)

Asad Mirza
Asad Mirza el 22 de Feb. de 2019
Editada: Asad Mirza el 22 de Feb. de 2019
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 comentarios
Nicholas Sadro
Nicholas Sadro el 17 de Abr. de 2019
This worked great for me. Now I can read the toolbar text again. Thanks!

Iniciar sesión para comentar.


Grant Schmick
Grant Schmick el 22 de Feb. de 2019
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 comentarios
Grant Schmick
Grant Schmick el 25 de Feb. de 2019
This may work fine, but I already found a solution before I saw it.
Asad Mirza
Asad Mirza el 25 de Feb. de 2019
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.

Iniciar sesión para comentar.


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

Categorías

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

Etiquetas

Productos


Versión

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by