how do I relocate code generated from simulink model to another Development Environment?
12 ビュー (過去 30 日間)
古いコメントを表示
Shivakumar Jogur
2017 年 11 月 4 日
回答済み: Madhu Govindarajan
2017 年 11 月 7 日
how do I relocate code generated from simulink model to Arduino Development Environment? How do I write sketch(program) after including the source files in Arduin IDE?
0 件のコメント
採用された回答
Madhu Govindarajan
2017 年 11 月 7 日
If you download this support package - https://www.mathworks.com/hardware-support/arduino-simulink.html then you dont have to manually relocate the code, it automatically downloads it to the hardware.
If you are interested in however, taking the code from Simulink models to Arduino IDE, I would recommend you to generate functional code from your Simulink model so that you can then call that c function from your own Arduino sketch.
Madhu
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Arduino Hardware についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!