Plz Share ways to make GUI (flickring screen) and Link it with Matlab
Hi there,
1. i used openbci lsl method to aquire data in matlab
2. after aquiring i store in a vector
3. and plot and process it and also clasify in codes that i have written
Now i want to built a gui where screen flickers and link that codes with it to make ssvep keyboard
Kindly tell where to built that GUI and link with code and how to link

Comments
a friend of mine told that he used Unity to build that GUI using C# language and i donot how he was linking unity app to matlab processings
a friend of mine told that he used Unity to build that GUI using C# language and i donot how he was linking unity app to ** MATLAB processings**
if any one knows how he could have linked matlab processings
do share with me
You can collect data using BrainFlow C# binding in Unity and send data over LSL to Matlab.
https://brainflow.readthedocs.io/en/stable/GameEngines.html#unity
https://brainflow.readthedocs.io/en/stable/Examples.html#c
https://github.com/labstreaminglayer/liblsl-Csharp
or
You can create a GUI or experiment in Matlab and using the BrainFlow Matlab Binding.
https://brainflow.readthedocs.io/en/stable/Examples.html#matlab
https://www.mathworks.com/discovery/matlab-gui.html
Take Care,
RW