📄 menufilenew.m
字号:
function MenuFileNew(handles)
% MenuFileNew is a subfile of the AnalogFilter GUI collection
%
% James C. Squire, 2002
% Assistant Professor, Virginia Military Institute
% ver 1.0
% MenuFileNew resets the current strFilterObject to default values
% and opens up the Filter Type gui
% reset the strFilterObject to the default type
Utility_GetDefaultFilterObject;
% reset the title
set(handles.figSpecifyFilter, 'Name', 'Analog Filter Design: Untitled')
% Call the Filter Type gui
GuiSpecifyFilter
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -