How to convert neural network Matlab code to Arduino IDE code??
7 次查看(过去 30 天)
显示 更早的评论
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?
0 个评论
回答(1 个)
Tony Mohan Varghese
2018-3-22
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 个评论
amina EL ATTAOUI
2018-3-24
mr Tony Mohan Varghese, how can i use the file C++ generated with matlab in IDE arduino .??
Ryan Livingston
2018-3-24
编辑:Ryan Livingston
2018-3-24
There's a webinar:
showing how to deploy generated code to iOS and Android that may be helpful
另请参阅
类别
在 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!