How can I increase the text size of the MATLAB 2012b help documentation?

조회 수: 4 (최근 30일)
Dua
Dua 2013년 2월 21일
답변: nada khatib 2014년 9월 23일
May I know how to increase the font size in the help documentation in MATLAB 2012b?

채택된 답변

Honglei Chen
Honglei Chen 2013년 2월 21일
You can use Ctrl + to increase the font size.
  댓글 수: 2
Dua
Dua 2013년 2월 21일
TQ for your reply. Ctrl + is by using keyboard. How can I use the mouse to increase the font size?
Honglei Chen
Honglei Chen 2013년 2월 21일
I don't know how to do it with mouse in R2012b.

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

추가 답변 (2개)

Carsten
Carsten 2013년 8월 22일
Ctrl+ only changes the font size for the current session. Here is a way to change it permanently:
Within your Matlab configuration folder (./matlab/Rxxxx/ under Unix), go to HtmlPanel/.JxBrowser/xulrunner-version--unknown-profile. Here, create a file user.js which contains the line
user_pref("layout.css.dpi", 192);
After that, restart Matlab.
This tells the help browser which is actually a xulrunner application (i.e. based on Mozilla's webbrower technology) to assume a higher monitor resolution and scale the display accordingly. It appears that the standard value is 96, and that changes take only effect in multiples of this number, i.e. 96-191 doesn't change anything, 192-287 leads to a factor two, beyond that three, etc.
I tested this with Matlab R2013a, but I suspect that the same holds for some earlier versions of Matlab.

nada khatib
nada khatib 2014년 9월 23일
to increase the font size in MATLAB 2012b
  1. click of the Home tab at the top of the command window
  2. In the environment section, select preferences
  3. From the left pane of the preferences dialog box, click plus sign (+) of font
  4. Select the custom
  5. On the right side, select the command window or editor or any item you want to change its font in the Desktop tools section
  6. select custom in the Font to use and then specify the font size that you want to used

카테고리

Help CenterFile Exchange에서 Desktop에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by