This repository was archived by the owner on Sep 26, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,16 @@ There are two ways to get the data from your Emotiv EPOC device
88
99[ Two] ( https://github.com/akshaybabloo/Emotiv-Matlab/tree/master/two ) -> Copyright (c) 2012, Gavin
1010
11+ ** Table of Contents**
12+
13+ - [ 1 Structure] ( #1-structure )
14+ - [ 2 Requirements] ( #2-requirements )
15+ - [ 3 Installing ` mex ` compiler] ( #3-installing-mex-compiler )
16+ - [ 4 Using ` .m ` files] ( #4-using-m-files )
17+ - [4.1 Using `one` (EEG Logger)](#41-using-one-eeg-logger)
18+ - [4.2 Using `two` (Emotiv EEG)](#42-using-two-emotiv-eeg)
19+ - [ 5 Troubleshooting] ( #5-troubleshooting )
20+
1121## 1 Structure
1222
1323<pre >
@@ -281,3 +291,10 @@ Successfully connected to Emotiv Systems-5
281291Successfully disconnected from Emotiv Systems-5
282292```
283293* you can also see that a plot is updated dynamically.
294+
295+ ## 5 Troubleshooting
296+
297+ 1 . Have you tried using their example files and running it? You should try this.
298+ 2 . Try downgrading your Matlab to 2013b or 2014b (if using 2015, I have tested the code on this and works fine)
299+ 3 . Make sure you have installed the ` mex ` installer and have the ` visual studio ` before doing it.
300+ 4 . I have tried this on Windows 7, may be that could be an issue.
You can’t perform that action at this time.
0 commit comments