Skip to content

Commit 2659b68

Browse files
committed
Update README
1 parent 347448c commit 2659b68

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
![matlab-interface-screenshot](Resources/matlab-interface.png)
44

5-
Streams one channel of continuous data from the Open Ephys GUI to a live Matlab session. A Matlab API allows seamless processing of the incoming data in real time.
5+
Streams one channel of continuous data from the Open Ephys GUI to a live Matlab session. A Matlab API allows seamless processing of the incoming data in real time.
66

77

88
## Installation
@@ -14,9 +14,9 @@ Streams one channel of continuous data from the Open Ephys GUI to a live Matlab
1414

1515
Once installed, the plugin will appear as 'Matlab Interface' in the 'Filters' section of the 'Processor List' of the Open Ephys GUI. The plugin can be placed after any source, filter, or sink in the signal chain and will stream the data output by the preceding processor into your Matlab session.
1616

17-
Before starting data acquisition, you will need to press the 'Connect' button in the editor to initiate a connection between Open Ephys and your Matlab session. The plugin will open a socket using the IP and Port address listed in the Matlab Interface editor.
17+
Before starting data acquisition, you will need to press the 'Connect' button in the editor to initiate a connection between the plugin and your Matlab session. The plugin will open a socket using the IP and Port address listed in the Matlab Interface editor.
1818

19-
To initialize the connection on the Matlab side, you will need to call your generated script from Matlab following the instructions below. Once the connection has been initiated on both sides, pressing the Play button in the Open Ephys GUI will automatically stream the incoming data to Matlab.
19+
To initialize the connection on the Matlab side, you will need to call your generated script from Matlab following the instructions below. Once the connection has been initiated on both sides, pressing the Play button in the Open Ephys GUI will automatically stream the incoming data to Matlab, and then back to the GUI for further processing.
2020

2121
### Matlab API
2222

@@ -252,4 +252,4 @@ Running the `ALL_BUILD` scheme will compile the plugin; running the `INSTALL` sc
252252

253253
### Questions and Troubleshooting
254254

255-
If you have any questions and/or issues regarding this plugin, please reach out to [email protected].
255+
If you have any questions and/or issues regarding this plugin, please open an Issue in this repository or reach out to [email protected].

Resources/matlab-interface.png

45.7 KB
Loading

0 commit comments

Comments
 (0)