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

조회 수: 29 (최근 30일)
Ng YJ
Ng YJ 2017년 4월 8일
편집: Ryan Livingston 2018년 3월 24일
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?

답변 (1개)

Tony Mohan Varghese
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
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
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 CenterFile Exchange에서 Arduino Hardware에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by