How can my Matlab script read streamed data from my Python script

5 次查看(过去 30 天)
I have created a script in Python which streams live data to my terminal on my Macbook. I am suing Python 3.6. At this point I must add I am very new to Python. I want to stream the data into Matlab workspace, and allow my Matlab code to read it as an input. How might I do this very simply? Alternative I am thinking I can store the streamed data in a SQL Light data base, and have Matlab read from the database.

回答(1 个)

Sailesh Sidhwani
Sailesh Sidhwani 2017-8-28
As mentioned in one of the above comments, you can use MATLAB Engine API for Python for your workflow you are trying to achieve. But as of MATLAB R2017a, MATLAB only supports up to Python 3.5. You can find the system requirements to use MATLAB Engine API for Python in the link below: https://www.mathworks.com/help/matlab/matlab_external/system-requirements-for-matlab-engine-for-python.html
If you use Python 3.5 or lower, following links will help you get started:
  1 个评论
Charles
Charles 2017-8-28
Thank you. This is interesting and some wbat confirms next steps. I need to install and earlier version of python as I am running 3.6 :/

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Call Python from MATLAB 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by