File tree 1 file changed +6
-0
lines changed 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 1
1
This is the MATLAB interface for liblsl.
2
2
3
+ ## Use
4
+
3
5
* You need to add this directory to your MATLAB path recursively
4
6
* Using the MATLAB GUI, use File/Set Path...
5
7
* Alternatively, in a script, use ` addpath(genpath('path/to/liblsl-Matlab')); `
@@ -11,6 +13,10 @@ This is the MATLAB interface for liblsl.
11
13
* e.g. ` liblsl64.so ` and ` liblsl64.so.1.4.0 ` for 64-bit MATLAB in Linux
12
14
* Once this taken care of, see the example files in the examples/ directory for how to use this interface in a MATLAB program.
13
15
16
+ ### Simulink
17
+
18
+ [ See here] ( https://bitbucket.org/neatlabs/simbsi/wiki/LSL%20signal%20acquisition%20example ) .
19
+
14
20
### Troubleshooting
15
21
16
22
If you get an error similar to ` lsl_loadlib_ undefined ` , then you may need to run the ` build_mex.m ` script from within the liblsl-Matlab directory.
You can’t perform that action at this time.
0 commit comments