📄 exitalex.m
字号:
function exitalex(how)%EXITALEX Quit Alex%% EXITALEX(HOW)%% if HOW is not 0 exit alex only else quit matlab;%%%% Copyright (c) 1995 by Claudio Rivetti and Mark Young% claudio@alice.uoregon.edu, mark@alice.uoregon.edu%global Clipboard TempDirif nargin==0 how=1;endif exist(Clipboard) == 2 delete(Clipboard); setclipboard([]);endif exist([TempDir 'map.tmp']) == 2 delete([TempDir 'map.tmp']);endif exist([TempDir 'newmap.tmp']) == 2 delete([TempDir 'newmap.tmp']);endif exist([TempDir 'alexclip.tmp']) == 2 delete([TempDir 'alexclip.tmp']);endif closeimage save_setup; if how==0 quit; end close all; clear all;endreturn;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -