How to transfer Big Data from Python Dict to Matlab
Show older comments
Hello everyone
I have some Big Data (several thousands of entries) kept as a dict in a python environment (colab). I am thinking of transfering them to Matlab as I am more familiar with the environment, for further processing. Any ideas or suggestions of how to do that?
Thanks in advance
Accepted Answer
More Answers (1)
Al Danial
on 20 Apr 2022
0 votes
Alternatively, write your Big Data dictionary directly to a MATLAB .mat file as described here: https://www.mathworks.com/matlabcentral/answers/509711-convert-a-python-tuple-containing-string-and-numerical-data-types-to-matlab?s_tid=srchtitle#answer_946375
Categories
Find more on Call Python from MATLAB in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!