Skip to content

Commit 54d7980

Browse files
authored
Update README.md
1 parent 56110ef commit 54d7980

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
This 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

1622
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.

0 commit comments

Comments
 (0)