Read containers.map object in Python

3 次查看(过去 30 天)
Greetings.
I am trying to store a containers.map object in a .mat file, and trying to load in a python script. But when I print the loaded variable (I'm using scipy for this by the way) I get something totally different, like reported here. Can anyone help me with this? If this is a scipy issue, I'll ask in the other community, but for the time being, are there any other alternatives for this?
I am using MATLAB R2020b.
Thanks in advance.

回答(1 个)

Puru Kathuria
Puru Kathuria 2021-5-6
Hi,
I understand you are not able to read mat file data in python using scipy.io api. And that mat file contains data in the form of containers.Map data.
You might want to choose other file formats that are language independent. Example: csv file, json, xml or any other serialization format.
This might solve your issue and let you bridge the road between exporting data from MATLAB and importing it into python.

类别

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

产品


版本

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by