Read containers.map object in Python

11 visualizaciones (últimos 30 días)
Nishanth Rao
Nishanth Rao el 24 de Mzo. de 2021
Respondida: Puru Kathuria el 6 de Mayo de 2021
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.

Respuestas (1)

Puru Kathuria
Puru Kathuria el 6 de Mayo de 2021
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.

Categorías

Más información sobre Call Python from MATLAB en Help Center y File Exchange.

Productos


Versión

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by