You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
which contains the tutorial dataset in the _sample_data_ subfolder of the EEGLAB distribution.
15
+
When you decompress EEGLAB, you will obtain a folder named "eeglabxxxx"
15
16
(note: current version number 'xxxx' will vary).
16
17
17
-
Under Windows, MATLAB
18
-
usually recommends but does not require that you place toolboxes
19
-
in the *Application/MATLABRxxxx/toolbox/* folder (note: this name should
20
-
vary with the MATLAB version 'xxxx'). In Linux, the MATLAB toolbox
21
-
folder is typically located at */usr/local/pkgs/MATLAB-rxxxx/toolbox/*. In MacOS it is in "/Application/MATLAB_Rxxxx". You may also place the folder anywhere else on your path.
18
+
Under Windows, MATLAB usually recommends but does not require that you place toolboxes
19
+
in the *Application/MATLABRxxxx/toolbox/* folder (note: this name should
20
+
vary with the MATLAB version 'xxxx'). In Linux, the MATLAB toolbox
21
+
folder is typically located at */usr/local/pkgs/MATLAB-rxxxx/toolbox/*. In **macOS**, it is in */Applications/MATLAB_Rxxxx/*. You may also place the folder anywhere else on your path.
22
22
23
23
Now, we will start MATLAB and EEGLAB.
24
24
25
25
Start MATLAB
26
-
------
26
+
------------
27
27
28
-
- Windows: Go to Start, find MATLAB, and run it.
29
-
- MacOS: Start from the MATLAB icon in the dock or the
30
-
application folder.
31
-
- Linux: Open a terminal window and type *matlab* and hit enter.
28
+
-**Windows**: Go to Start, find MATLAB, and run it.
29
+
-**macOS**: Start from the MATLAB icon in the Dock or the Applications folder.
30
+
-**Linux**: Open a terminal window and type *matlab*, then hit Enter.
32
31
33
-
Switch to the EEGLAB directory (folder)
34
-
------
32
+
Switch to the EEGLAB directory
33
+
------------------------------
35
34
36
35
You may browse for the directory by clicking on the button marked *"…"* in the upper right of the screen.
37
-
<!--This is a comment-->
38
36
39
37

40
38
41
-
42
-
This opens the window below. Double-click on a directory to enter it.
43
-
Double-clicking on ".." in the folder list takes you up one level. Hit
44
-
*Ok* once you find the folder or directory you wish to be in.
45
-
Alternatively, from the command line, use *cd* (change directory) to
46
-
get to the desired directory.
39
+
This opens the window below. Double-click on a directory to enter it.
40
+
Double-clicking on ".." in the folder list takes you up one level. Hit *OK* once you find the folder or directory you wish to be in.
41
+
Alternatively, from the command line, use *cd* (change directory) to get to the desired directory.
47
42
48
43
Start EEGLAB
49
-
------
44
+
------------
50
45
51
-
Type *eeglab* at the MATLAB command line and hit enter. EEGLAB will
46
+
Type *eeglab* at the MATLAB command line and hit Enter. EEGLAB will
52
47
automatically add itself to the MATLAB path.
53
48
54
-
55
49

56
50
57
-
58
-
The blue main EEGLAB window below should pop up, with its seven menu
59
-
headings: <spanstyle= "color:brown">File, Edit, Tools, Plot, Study, Datasets, Help </span> arranged in typical (left-to-right) order of use.
51
+
The blue main EEGLAB window below should pop up, with its seven menu
52
+
headings: <spanstyle="color:brown">File, Edit, Tools, Plot, Study, Datasets, Help</span> arranged in typical (left-to-right) order of use.
60
53
61
54

62
55
63
-
64
56
Adding EEGLAB to the MATLAB path
65
-
------
57
+
--------------------------------
66
58
67
-
You may want to add the EEGLAB folder to the MATLAB search path so the
59
+
You may want to add the EEGLAB folder to the MATLAB search path so the
68
60
next time you start MATLAB, you will be able to directly open EEGLAB.
69
61
70
-
If you started MATLAB through its graphical interface, go to the
71
-
<spanstyle="color: brown">file</span> menu item and select <spanstyle="color: brown">set
72
-
path</span>. This will open the following window.
73
-
62
+
If you started MATLAB through its graphical interface, go to the
63
+
<spanstyle="color: brown">File</span> menu item and select <spanstyle="color: brown">Set Path</span>. This will open the following window.
74
64
75
65

76
66
77
-
Or, if you are running MATLAB from the command line, type *pathtool*
78
-
and hit return; this will also call up this window.
79
-
80
-
Click on the button marked *Add folder* and select the folder
81
-
"eeglabxxxxx", then hit *Ok* (EEGLAB will take care of adding its
82
-
subfolder itself).
83
-
84
-
Hit *save* in the *pathtool* window. This will make the EEGLAB call-up
85
-
function *eeglab* available in future MATLAB sessions. Note that if
86
-
you are installing a more recent version of EEGLAB, it is best to
87
-
remove the old version from the MATLAB path (select, then hit
88
-
*Remove*) to avoid the possibility of calling up outdated routines. It
89
-
is preferable NOT to add the *eeglab* path with its subfolder and let
90
-
EEGLAB manage paths (when you start EEGLAB, it automatically adds
91
-
the path it needs).
67
+
Or, if you are running MATLAB from the command line, type *pathtool* at the command line
68
+
and hit Enter; this will also call up this window.
69
+
70
+
Click on the button marked *Add Folder* and select the folder
71
+
"eeglabxxxx", then hit *OK* (EEGLAB will take care of adding its
72
+
subfolders itself).
73
+
74
+
Hit *Save* in the *pathtool* window. This will make the EEGLAB call-up
75
+
function *eeglab* available in future MATLAB sessions. Note that if
76
+
you are installing a more recent version of EEGLAB, it is best to
77
+
remove the old version from the MATLAB path (select it, then hit
78
+
*Remove*) to avoid the possibility of calling up outdated routines. It
79
+
is preferable **not** to add the *eeglab* path with its subfolders manually—let
80
+
EEGLAB manage paths (when you start EEGLAB, it automatically adds
0 commit comments