PythonからMatlabを実行する方法
8 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Shohei Kanemitsu
le 12 Avr 2021
Commenté : Kojiro Saito
le 14 Avr 2021
以下のURLにしたがって実行を行っています。
pyyhonのライブラリとしてmatlab version0.1をインストールしていますが、次のようなエラーで実行できません。
MatlabはR2019bを使用しており、python3の環境で実行しています。
Matlab側の設定はありますか?
もしくは、Pythonのライブラリがmatlabではないのでしょうか?
よろしくお願いします。
2 commentaires
Kojiro Saito
le 12 Avr 2021
エラー内容が掲載されていないように思われます。エラーメッセージを追記いただけますか?
Python 3の3.6とか3.7などのマイナーバージョンはいくつでしょうか?
Réponse acceptée
Kojiro Saito
le 13 Avr 2021
Pythonのバージョンが原因と思われます。
サポートされているPythonの3.7の環境で使用することで解消すると思われます。
また、現時点の最新版R2021aではPython2.7、3.7、3.8がサポートされています。
2 commentaires
Kojiro Saito
le 14 Avr 2021
MATLAB Engine for Pythonを使うためには、
MATLABインストールフォルダー\extern\engines\python
にあるsetup.pyを使ってインストールします。
python setup.py install
インストールが完了するとmatlab.engineがmatlabのパッケージの中にインストールされます。
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Python からの MATLAB の呼び出し dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!