How to load thinkgear library and thinkgear.dll to matlab?

19 views (last 30 days)
I wanna to interface neurosky mindwave headset with matlab. I already istalled the thinkgear connecter to C drive. In C drive I could see a thinkgear.dll in "C:\Program Files (x86)\NeuroSky\ThinkGear Connector\ThinkGear Connector" address. There is no any thinkgear.dll file in "C:\Users\W.L Isuru\Documents\MATLAB". How I can load thinkgear library/thinkgear.dll/thinkgear.h file to matlab. Where it available? Is there any library called thinkgear in web to download? Please help me..I am doing a mind controlled wheel chair..So I wanna to conncet neurosky mindwave headset to the matlab..
  1 Comment
Suryana Fauzi
Suryana Fauzi on 16 Jun 2021
Edited: Suryana Fauzi on 16 Jun 2021
Did you get how to solve? because I'm also do this project and I don't know how to connect it. i got the problem for connection. can you email me Sundelphys@gmail.com ?

Sign in to comment.

Answers (1)

Anna Case
Anna Case on 3 Aug 2021
You have the *.dll downloaded, so you will just need to point MATLAB to the *.dll directory as well as the include/ files (the *.h files necessary). The documentation for loading C libraries can be found here: C Libraries in MATLAB. If the library is not in C, please click the back button to view "External Language Interfaces."

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!