?? menuhelpabout.m
字號(hào):
function MenuHelpAbout
% MenuHelpAbout is a subfile of the AnalogFilter GUI collection
%
% James C. Squire, 2005
% Assistant Professor, Virginia Military Institute
% ver 1.2
% MenuHelpAbout provides simple help information
% load icon
t=load('Utility_HelpIcon.mat');
x = t.x;
map = t.map;
% create help text
text{1} = '\fontsize{12}\fontname{Arial}\bf';
text{2} = ' Analog Filter Designer';
text{3} = '\fontsize{8}\rm';
text{4} = ' ver 1.0';
text{5} = ' ';
text{6} = ' James C. Squire';
text{7} = ' Assistant Professor';
text{8} = ' Virginia Military Institute';
%create help popup window
strOptions.WindowStyle='modal';
strOptions.Interpreter='tex';
msgbox(text,'Help','custom',x,map,strOptions)
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -