PythonからMatlabを実行する方法
8 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Shohei Kanemitsu
am 12 Apr. 2021
Kommentiert: Kojiro Saito
am 14 Apr. 2021
以下のURLにしたがって実行を行っています。
pyyhonのライブラリとしてmatlab version0.1をインストールしていますが、次のようなエラーで実行できません。
MatlabはR2019bを使用しており、python3の環境で実行しています。
Matlab側の設定はありますか?
もしくは、Pythonのライブラリがmatlabではないのでしょうか?
よろしくお願いします。
2 Kommentare
Kojiro Saito
am 12 Apr. 2021
エラー内容が掲載されていないように思われます。エラーメッセージを追記いただけますか?
Python 3の3.6とか3.7などのマイナーバージョンはいくつでしょうか?
Akzeptierte Antwort
Kojiro Saito
am 13 Apr. 2021
Pythonのバージョンが原因と思われます。
サポートされているPythonの3.7の環境で使用することで解消すると思われます。
また、現時点の最新版R2021aではPython2.7、3.7、3.8がサポートされています。
2 Kommentare
Kojiro Saito
am 14 Apr. 2021
MATLAB Engine for Pythonを使うためには、
MATLABインストールフォルダー\extern\engines\python
にあるsetup.pyを使ってインストールします。
python setup.py install
インストールが完了するとmatlab.engineがmatlabのパッケージの中にインストールされます。
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Python からの MATLAB の呼び出し finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!