代码搜索结果
找到约 50,122 项符合
Button 的代码
close_main.m
%
% Callback function for Quit button of Main window
%
% May 11 1997
close all;
clear all;
clc;
disp('Closing analysis windows and the program.');
disp('Please return. Have a nice day (
display_zoom.m
%Callback function for the zoom button
%To zoom a segment of speech, click the left mouse button on the beginning and end points
%To zoom out, click the left and right mouse buttons in any order(
display_1_zoom.m
%Callback function for the zoom button
%To zoom a segment of speech, click the left mouse button on the beginning and end points
%To zoom out, click the left and right mouse buttons in any order(
new_excitation_cancel.m
%Callback function for the cancel button in the New file window
%
%Author : Karthik 1/98
if exist('src_fig_2') == 1
eval('close(src_fig_2);',catch1);
clear src_fig_2;
end
source_quit.m
%Callback function for the close button in the general specifications
%window
%
%author : Karthik 1/98
if exist('src_fig_1') == 1
eval('close(src_fig_1);',catch1);
clear src_fig_1;
en
save_excitation_cancel.m
%Callback function for the cancel button in the save excitation window
%Author : Karthik
if exist('src_save_fig') == 1
eval('close(src_save_fig);',catch1);
clear src_save_fig;
end
f_ok.m
%
% Callback function for OK button of main_file window
% Author : Karthik
% May 25 1997
%rc_ok;
%wg_ok;
if exist('m_fi_win_h')
eval('close(m_fi_win_h);',catch1);
clear m_fi_win_h;
f_play.m
%
% Callback function for Play button of main_file window
% Author : Karthiik
% Date : 05/17/1997
%
soundsc(SPEECH,1/Ts,16);
ana_ok.m
%
% Callback function for OK button of main_analysis window
%
%
%
%
if exist('m_an_win_h')==1
eval('close(m_an_win_h);',catch1);
end
clear m_an_win_h;
close_main.m
%Callback function for the quit button in the main window
%
%
close all;
clear all;
clc;
disp('Closing time windows and the program.');
disp('Please return. Have a nice day (or night).');