quitall.m

来自「语音处理平台 可以分析语音能量 第一振峰频率等数据」· M 代码 · 共 24 行

M
24
字号
function quitall

% Copyright (c) 1995 Philipos C. Loizou
%

global tf modChange

%if modChange==1
%  choice=dialog('Style','question','TextString','Do you want to save the changes',...
	%'Buttonstrings','YES|NO|Cancel','Name','SAVE');
	
	%choice
	%if strcmp(choice,'YES'), disp('yes'); end;
	
	
%end

if exist('tf')
 delete(tf);
end
close all
clear all

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?