📄 mexit_callback.m
字号:
% --------------------------------------------------------------------
% End of work and exit
%
function varargout=mExit_Callback
global session_time;
global DS;
global calculation_progress;
%close_matds;
if calculation_progress~=0
errordlg('Press STOP in Driver-window!','Calculation is in progress!');
else
delete(gcf);
end;
%return
% --------------------------------------------------------------------
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -