?? reset_font_size.m
字號:
%% Resets some font & line width sizes%%---- restoring font sizes for axis labels & text on plot% to original values of 10 pts & line width to 0.5%%%%%%%%%%%%%%% reset_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 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%set(0,'DefaultAxesFontSize',10)set(0,'DefaultTextFontSize',10)set(0,'DefaultLineLinewidth',0.5)disp('restoring font sizes to 10 and line width = 0.5')%%%%%%%%%%
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -