You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,16 @@ Before starting data acquisition, you will need to press the 'Connect' button in
17
17
18
18
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.
19
19
20
+
## Quickstart
21
+
22
+
1. Start with the Plotter example in the MatlabInterface/Resources folder. In the Matlab Command Window call:
23
+
24
+
Plotter(‘127.0.0.1’, 1234)
25
+
26
+
2. Click the ‘Connect' button in the MatlabInterface plugin in OpenEphys GUI.
27
+
28
+
3. Start acquisition via the GUI to automatically plot data in Matlab.
29
+
20
30
### Matlab API
21
31
22
32
In order to process the incoming data in Matlab, you will need to leverage the included Matlab API. The API was designed specifically to introduce/reinforce object-oriented programming and to encourage Matlab evangelists to consider developing plugins in C++.
0 commit comments