Filter löschen
Filter löschen

How to convert neural network Matlab code to Arduino IDE code??

14 Ansichten (letzte 30 Tage)
Ng YJ
Ng YJ am 8 Apr. 2017
Bearbeitet: Ryan Livingston am 24 Mär. 2018
How to convert neural network Matlab code to Arduino IDE code?? Matlab coder able to convert it to C++ code but is it possible to direct convert to Arduino IDE code?

Antworten (1)

Tony Mohan Varghese
Tony Mohan Varghese am 22 Mär. 2018
You can use MATLAB Function block in Simulink and use Simulink support package for Arduino to deploy the generated code to the board.
However, you can also take the generated C/C++ code to Arduino IDE and carefully integrate the code in the IDE and build from IDE. But the memory and other constraints have to be carefully checked.
  2 Kommentare
amina EL ATTAOUI
amina EL ATTAOUI am 24 Mär. 2018
mr Tony Mohan Varghese, how can i use the file C++ generated with matlab in IDE arduino .??
Ryan Livingston
Ryan Livingston am 24 Mär. 2018
Bearbeitet: Ryan Livingston am 24 Mär. 2018
There's a webinar:
showing how to deploy generated code to iOS and Android that may be helpful

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Arduino Hardware finden Sie in Help Center und File Exchange

Tags

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by