Real_time control with C# and Matlab is possible?

3 次查看(过去 30 天)
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

回答(2 个)

Marco Wassmer
Marco Wassmer 2016-10-26
编辑:Marco Wassmer 2016-10-26
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

Marco Wassmer
Marco Wassmer 2016-10-26
编辑:Marco Wassmer 2016-10-26
... on the other hand in matlab it is possible to use .Net libarys: .Net in Matlab
If you have a .dll file you can try to load it in matlab

类别

Help CenterFile Exchange 中查找有关 File Operations 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by