close_main.m

来自「这是一个用于语音信号处理的工具箱」· M 代码 · 共 11 行

M
11
字号
%Callback function for the quit button in the main window
%
%Author Childers 1/98

close all;
clear all;
clc;
disp('Closing formant windows and the program.');
disp('Please return.  Have a nice day (or night).');

⌨️ 快捷键说明

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