how do I relocate code generated from simulink model to another Development Environment?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Shivakumar Jogur
am 4 Nov. 2017
Beantwortet: Madhu Govindarajan
am 7 Nov. 2017
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 Kommentare
Akzeptierte Antwort
Madhu Govindarajan
am 7 Nov. 2017
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 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Arduino Hardware finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!