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

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

 Akzeptierte Antwort

Toshinobu Shintai
Toshinobu Shintai am 6 Mai 2020

0 Stimmen

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

3 Kommentare

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

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu MATLAB Support Package for Raspberry Pi Hardware finden Sie in Hilfe-Center und File Exchange

Community Treasure Hunt

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

Start Hunting!