フィルターのクリア

How to run python code in matlab?

2 ビュー (過去 30 日間)
hoda kazemzadeh
hoda kazemzadeh 2018 年 6 月 12 日
編集済み: Matt Dickson 2018 年 6 月 12 日
Hello, I need to read some parameters of a board (connected via USB to PC). I couldnt find a code in Matlab for this reason but in Python there are some USB descriptor codes. But I need those parameters (specially Serialnumber of product) in my Matlab script. I want to know if it is possible to take that parameter in Matlab? if no, how can I run Python code in Matlab?
Thanks in advance

回答 (1 件)

Matt Dickson
Matt Dickson 2018 年 6 月 12 日
編集済み: Matt Dickson 2018 年 6 月 12 日
The MATLAB Answers here discusses how to call Python scripts from MATLAB. Basically, you need to make a string for your command, then make a call to the system to run it.

カテゴリ

Help Center および File ExchangePython Client Programming についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by