MATLAB と Python 間のデータ変換はどのようにすればよいですか?
8 views (last 30 days)
Show older comments
MathWorks Support Team
on 28 May 2021
Answered: MathWorks Support Team
on 31 May 2021
MATLAB, Python 間でのデータ変換について、どのようにすればよいか教えてください。
*ウェビナー「“MATLAB x Python”- 良いとこ取りの二刀流がもたらす 最新かつ高効率なデータ解析・機械学習ワークフロー」からの質問です。
Accepted Answer
MathWorks Support Team
on 28 May 2021
MATLAB, Python間のデータの変換方法については、以下の3つの方法で確認できます。
* MATLAB 環境でしたら、読み込んだ Python のオブジェクトに methods 関数を適用して、何の変換関数が利用可能か確認
* Cheat Sheet: https://www.mathworks.com/content/dam/mathworks/fact-sheet/using-matlab-with-python-cheat-sheet.pdf
* データマッピングについてのまとめ: https://www.mathworks.com/help/matlab/matlab_external/passing-data-to-python.html
Python 環境でよく使われる、Dataframe 型は Parquet ファイルに変換して、MATLAB-Python 間でデータの同期をされるのがお勧めです。こちらをご覧ください:
0 Comments
More Answers (0)
See Also
Categories
Find more on MATLAB の Python ライブラリ 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!