can we run python deep learning libraries in MATLAB?

7 ビュー (過去 30 日間)
Siva
Siva 2025 年 7 月 6 日
回答済み: Ayush 2025 年 7 月 16 日
can we run python deep learning libraries in MATLAB R 2007?
  2 件のコメント
Torsten
Torsten 2025 年 7 月 6 日
Is a possible call of python from MATLAB contained in your documentation of MATLAB R2007 ?
Because the earliest MATLAB version mentionned seems to be R2014b:
dpb
dpb 2025 年 7 月 6 日
It would not be through the MATLAB Python interface, but one could submit the script via system. IF (the proverbial "big if", I never used Python(*) so I know nuthink! about it) it outputs to standard i/o, then could capture the output.
(*) I always tend to wonder why, if the user wants to use Python, they don't just do so...

サインインしてコメントする。

採用された回答

Ayush
Ayush 2025 年 7 月 16 日
Hi Siva,
It is not possible to run modern Python deep learning libraries in MATLAB R2007 as MATLAB added official Python integration in and from R2014b.
You can try either upgrading your MATLAB version to atleast R2014b or you can try the following method:
  • You can try running your deep learning code entirely in Python (using modern Python environments like Anaconda) and then exchange data between MATLAB and Python using files (eg. ".mat" or ".csv" file formats).
Hope it helps!

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeCall Python from MATLAB についてさらに検索

製品


リリース

R2007a

Community Treasure Hunt

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

Start Hunting!

Translated by