필터 지우기
필터 지우기

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

조회 수: 24 (최근 30일)
What I see is this. I increased the fontsize in preferences as you can see.

채택된 답변

Santosh Fatale
Santosh Fatale 2023년 5월 10일
편집: Santosh Fatale 2023년 5월 12일
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
Frank Urban
Frank Urban 2023년 5월 12일
s.matlab.desktop.DisplayScaleFactor.PersonalValue =
works however, thanks
Frank Urban
Frank Urban 2023년 5월 12일
New problem - incommensurate font size note "Command Window" vs font in toolbar

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Environment and Settings에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by