Real_time control with C# and Matlab is possible?
1 view (last 30 days)
Show older comments
Before begin, I apology my short English.
Hello.
I'm undergraduate school student and studying about autonomous control as graduation project.
I have some problems with "c# and Matlab crossing".
I want to get Bluetooth RSSI signal by using c# and, transfer the RSSI information directly to Matlab.
It should be real_time. This information should be calculated with image information so, I have to use Matlab.
(It's acting like ibeacon, but central role is performed by laptop.)
1) Is it possible?
2) If not, is Matlab can detect bluetooth RISS by bluetooth dongle?
I'd appreciate any small hints, URL, or searching keywords...
Thank you
0 Comments
Answers (2)
Marco Wassmer
on 26 Oct 2016
Edited: Marco Wassmer
on 26 Oct 2016
not sure if this helps, but you can call a matlab function in C#: Call MATLAB Function from C# Client
So put your algorithm in an function and can call it from C#.
But I hear it is somewhat slower than a normal call in matlab
0 Comments
Marco Wassmer
on 26 Oct 2016
Edited: Marco Wassmer
on 26 Oct 2016
If you have a .dll file you can try to load it in matlab
0 Comments
See Also
Categories
Find more on Price and Analyze Financial Instruments in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!