Filter löschen
Filter löschen

How can I increase the size of the toolbar graphics and fonts for R2023A on a 4K display?

23 Ansichten (letzte 30 Tage)
What I see is this. I increased the fontsize in preferences as you can see.

Akzeptierte Antwort

Santosh Fatale
Santosh Fatale am 10 Mai 2023
Bearbeitet: Santosh Fatale am 12 Mai 2023
Hi Frank,
I understand that you want to increase the icon size as well as font size of the text present in MATLAB toolbar.
You could achieve it by modifying the value associated with "PersonalValue" property of the "matlab.settings.Setting" class object for current MATLAB Desktop setting.
To get the properties for current desktop settings, execute following commands in MATLAB command window.
>> s = settings;
>> s.matlab.desktop.DisplayScaleFactor
Assign suitable value to “PersonalValue” property as per your requirements.
>> s.matlab.desktop.DisplayScaleFactor.PersonalValue = 1.6
For more information, kindly refer to the following MATLAB Answer:
  3 Kommentare
Frank Urban
Frank Urban am 12 Mai 2023
s.matlab.desktop.DisplayScaleFactor.PersonalValue =
works however, thanks

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Environment and Settings finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by