?? ui_quit.m
字號:
% this quits the BERGulator% Copyright 1997-1998 Phil Schniter % keep all variables local in scope function [] = ui_quit(); % declare global variables berg_global; ui_private_global; % clear old variables ui_clr; % close windows if ishandle(fig_surf), delete(fig_surf); end; if ishandle(fig_freq), delete(fig_freq); end; if ishandle(fig_imp), delete(fig_imp); end; if ishandle(fig_hist), delete(fig_hist); end; if ishandle(fig_scat), delete(fig_scat); end; if ishandle(fig_taps), delete(fig_taps); end; if ishandle(fig_menu), delete(fig_menu); end;
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -