menufilenew.m

来自「Talking about adaptive filter digital」· M 代码 · 共 18 行

M
18
字号
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 + =
减小字号Ctrl + -
显示快捷键?