📄 set_font_size.m
字号:
% Sets some font & line width sizes%%%%%%%%%%%%%%%% set_font_size.m %%%%%%%%%%%%%%%%% Discrete-Time Control Problems using %% MATLAB and the Control System Toolbox %% by J.H. Chow, D.K. Frederick, & N.W. Chbat %% Brooks/Cole Publishing Company %% September 2002 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%------- using larger font for axis labels & text on plot% defaults are both 10 ptsset(0,'DefaultAxesFontSize',16)set(0,'DefaultTextFontSize',16)set(0,'DefaultLineLinewidth',1)disp('changing font sizes to 14 and line width = 1.5')%%%%%%%%%%
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -