-
Notifications
You must be signed in to change notification settings - Fork 252
/
Copy pathabouteeglab.m
22 lines (20 loc) · 1.37 KB
/
abouteeglab.m
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
% script for compiled EEGLAB version about button
tmptmptext = strvcat(' EEGLAB (compiled version)', ...
' ', ...
' ', ...
'The EEGLAB electrophysiological data analysis software is an open source research', ...
'project developed at the Swartz Center for Computational Neuroscience, Institute', ...
'for Neural Computation at the University of California San Diego in collaboration', ...
'with The Salk Institute (La Jolla) and the CERCO laboratory (Toulouse) where part', ...
'of the core code was developed.', ...
' ', ...
'EEGLAB incorporates several third party suites of functions, Fieldtrip for source ', ...
'localization, and BIOSIG for binary file import. A list of plugins is also included', ...
'in this compiled release. See https://sccn.ucsd.edu/eeglab/plugin_uploader/plugin_list_all.php', ...
'for more information.', ...
' ', ...
'The EEGLAB software, its source code, and the source code of all additional third', ...
'party functions it includes is protected by the BSD open source license.', ...
' ');
warndlg2(tmptmptext);
clear tmptmptext;