Real_time control with C# and Matlab is possible?

3 Ansichten (letzte 30 Tage)
Dayoung Rho
Dayoung Rho am 26 Okt. 2016
Bearbeitet: Marco Wassmer am 26 Okt. 2016
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

Antworten (2)

Marco Wassmer
Marco Wassmer am 26 Okt. 2016
Bearbeitet: Marco Wassmer am 26 Okt. 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

Marco Wassmer
Marco Wassmer am 26 Okt. 2016
Bearbeitet: Marco Wassmer am 26 Okt. 2016
... 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

Kategorien

Mehr zu File Operations finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by