File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 11This is the MATLAB interface for liblsl.
22
3+ ## Use
4+
35* You need to add this directory to your MATLAB path recursively
46 * Using the MATLAB GUI, use File/Set Path...
57 * Alternatively, in a script, use ` addpath(genpath('path/to/liblsl-Matlab')); `
@@ -11,6 +13,10 @@ This is the MATLAB interface for liblsl.
1113 * e.g. ` liblsl64.so ` and ` liblsl64.so.1.4.0 ` for 64-bit MATLAB in Linux
1214* Once this taken care of, see the example files in the examples/ directory for how to use this interface in a MATLAB program.
1315
16+ ### Simulink
17+
18+ [ See here] ( https://bitbucket.org/neatlabs/simbsi/wiki/LSL%20signal%20acquisition%20example ) .
19+
1420### Troubleshooting
1521
1622If 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