Real_time control with C# and Matlab is possible?

2 vues (au cours des 30 derniers jours)
Dayoung Rho
Dayoung Rho le 26 Oct 2016
Modifié(e) : Marco Wassmer le 26 Oct 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

Réponses (2)

Marco Wassmer
Marco Wassmer le 26 Oct 2016
Modifié(e) : Marco Wassmer le 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

Marco Wassmer
Marco Wassmer le 26 Oct 2016
Modifié(e) : Marco Wassmer le 26 Oct 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

Catégories

En savoir plus sur File Operations dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by