フィルターのクリア

Saving a .mat file from python

25 ビュー (過去 30 日間)
CHINTALA NIRMAL SRINIVAS
CHINTALA NIRMAL SRINIVAS 2020 年 5 月 11 日
回答済み: Harsha Priya Daggubati 2020 年 5 月 14 日
I want to run a matlab script from python. I am able to run it from python. In matlab file, I used regionprops() to get the bounding boxes. I want to save that file or workspace which contains those coordinates from python.
How can I do that? Can somebody help me please?

採用された回答

Harsha Priya Daggubati
Harsha Priya Daggubati 2020 年 5 月 14 日
Hi,
I guess you can pass the data returned from regionprops from MATLAB to Python using matlab engine.
Refer to the following link which aims to handle data from MATLAB workspace in Python:
Hope this gives you a head start to map to your problem!

その他の回答 (0 件)

カテゴリ

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