How to use generated code from Matlab simulink in arduino ?

1 回表示 (過去 30 日間)
Hocine YAKOUBI
Hocine YAKOUBI 2022 年 10 月 10 日
回答済み: Prateek 2022 年 10 月 18 日
Hi,
I am looking, how to use code generated from Simulink in Arduino ?
(I am not speaking about deploy code in arduino, but use generated code), because i will program with arduino IDE.
ANy help or solution ? thanks
  1 件のコメント
Benjamin Thompson
Benjamin Thompson 2022 年 10 月 11 日
Try looking over these materials and if you have specific questions about your problem then ask a new question with attachments showing your work.

サインインしてコメントする。

回答 (1 件)

Prateek
Prateek 2022 年 10 月 18 日
Hello Hocine,
The Arduino IDE uses its own language, which is not directly supported by the Simulink Support Package. Hence the generated code cannot be directly deployed using Arduino IDE.
However, you can modify the generated code by yourself and then deploy it manually. The following link specifies how to do it: Compile Simulink generated code in Arduino IDE? - MATLAB Answers - MATLAB Central (mathworks.com)
Hope this helps.
Regards,
Prateek.

カテゴリ

Help Center および File ExchangeArduino Hardware についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by