Real_time control with C# and Matlab is possible?

3 ビュー (過去 30 日間)
Dayoung Rho
Dayoung Rho 2016 年 10 月 26 日
編集済み: Marco Wassmer 2016 年 10 月 26 日
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 Center および File ExchangeFile Operations についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by