How to transfer Big Data from Python Dict to Matlab
10 ビュー (過去 30 日間)
古いコメントを表示
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
0 件のコメント
採用された回答
Yongjian Feng
2021 年 11 月 20 日
編集済み: Yongjian Feng
2021 年 11 月 20 日
In python, can you save your Big Data into a CSV file or json file?
matlab can read CSV file and json file.
0 件のコメント
その他の回答 (1 件)
Al Danial
2022 年 4 月 20 日
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
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Call Python from MATLAB についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!