Matlabコードを​pythonで使う方​法はありますか

Matlabで書いたコードを機器などに実装したく、pyhonやcに書き換える必要があると思うのですが方法はないでしょうか。 現在matlab homeを使用しており、 Matlab coderやcompilerをアドオンできません。

 Réponse acceptée

Toshinobu Shintai
Toshinobu Shintai le 6 Mai 2020

0 votes

Homeライセンスの制約の関係上、実装用のアドオンは使えませんが、実装対象がArduinoやRaspberry PiであればMATLAB本体の機能だけで実装することができます。
もし可能であれば、Arduino、Raspberry Piを使ってみてはいかがでしょうか。

3 commentaires

AKIFUMI MIYAZAKI
AKIFUMI MIYAZAKI le 6 Mai 2020
Arduino、Raspberry Piで実装する場合,
スタンドアロンとして使用できるのでしょうか
Toshinobu Shintai
Toshinobu Shintai le 6 Mai 2020
Arduinoであれば、実装後に電源を入れ直すと自動的に実装した機能が動きます。
Raspberry Piであれば、実行ファイルが内部に作られますので、シェルからコマンドで実行することができます。以下を参考にしてください。
AKIFUMI MIYAZAKI
AKIFUMI MIYAZAKI le 7 Mai 2020
ご回答ありがとうございます.
試しにやってみます

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur MATLAB Support Package for Raspberry Pi Hardware dans Centre d'aide et File Exchange

Community Treasure Hunt

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

Start Hunting!