フィルターのクリア

Real-time communication between python and Simulink.

4 ビュー (過去 30 日間)
Narayani
Narayani 2014 年 7 月 31 日
回答済み: Yongjian Feng 2021 年 11 月 20 日
I have a script running in Python that reads data from a HID USB device ( logitech driving force gt ). I want to use this data as the input to the Simulink model. Currently, I save the read-data into a .mat file and access it in MATLAB. This is less intuitive and I would want to implement it in such a way that the data read in Python is available to the Simulink model real-time. Is there a way to do it?
  2 件のコメント
Afraz MEHMOOD CHAUDHRY
Afraz MEHMOOD CHAUDHRY 2020 年 8 月 25 日
Well nobody replied to your question and me also facing same problem. Have you find any way to do that. I also need to integrate simulink with python. One way is to call .m script in python whereas simulink file is already called in .m script. But I dont think so that dta from workspace of matlab will be output to python in real time.
Zhanhao Liang
Zhanhao Liang 2021 年 11 月 18 日
Hi Narayani and Afraz, have you guys already solved this problem and been willing to share?
I also want to get real-time data from/to Simulink to/from Python and just knew i can use the To Workspace block in simulink to send data from Simulink to Matlab then use matlab.engine in Python to get it, but it is just not real time.

サインインしてコメントする。

回答 (1 件)

Yongjian Feng
Yongjian Feng 2021 年 11 月 20 日
Interesting. It is an old question but users are still interested in this.
How about this approach? Go through a server. On the python side, run a flask server. It has a thread to read the data. Matlab code pull data periodically from the flask server.

カテゴリ

Help Center および File ExchangeCall Python from MATLAB についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by