eeg_global.m

来自「含有多种ICA算法的eeglab工具箱」· M 代码 · 共 67 行

M
67
字号
% eeg_global() - declare global EEGLAB variables. These variables are%                used only as global by the main function eeglab(),%                the function pop_rejmenu() and the history h() function.%           % Global variables:%  EEG        - structure containing the current dataset%  ALLEEG     - array of structures containing all the loaded datasets%  CURRENTSET - index of the current dataset in the ALLEEG array%  LASTCOM    - most recent command run by EEGLAB%  ALLCOM     - cell array containing the EEGLAB session command history %               See the history (h) function for more details.%% Author: Arnaud Delorme, CNL / Salk Institute, 2001%% See also: eeglab()%123456789012345678901234567890123456789012345678901234567890123456789012% Copyright (C) 2001 Arnaud Delorme, Salk Institute, arno@salk.edu%% This program is free software; you can redistribute it and/or modify% it under the terms of the GNU General Public License as published by% the Free Software Foundation; either version 2 of the License, or% (at your option) any later version.%% This program is distributed in the hope that it will be useful,% but WITHOUT ANY WARRANTY; without even the implied warranty of% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the% GNU General Public License for more details.%% You should have received a copy of the GNU General Public License% along with this program; if not, write to the Free Software% Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA% $Log: eeg_global.m,v $% Revision 1.6  2002/08/11 19:27:53  arno% updating header message%% Revision 1.5  2002/04/21 01:02:22  scott% edit help msg -sm%% Revision 1.4  2002/04/11 23:30:33  arno% remove LASTCOM check%% Revision 1.3  2002/04/11 19:15:01  arno% same as before%% Revision 1.2  2002/04/11 19:11:57  arno% default value for LASTCOM%% Revision 1.1  2002/04/05 17:46:04  jorn% Initial revision%% 01-25-02 reformated help & license -ad % global variables% ----------------global EEG;		% current dataset global ALLEEG;		% all datasetsglobal CURRENTSET;	% current set index%global W_MAIN;		% main window%global H_MAIN;		% main window%global EEGMENU;		% main menuglobal ALLCOM;		% all commands (history)global LASTCOM;		% last command

⌨️ 快捷键说明

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