Read containers.map object in Python
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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.
0 comentarios
Respuestas (1)
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.
0 comentarios
Ver también
Categorías
Más información sobre Call Python from MATLAB en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!