Is there a way to analyse your arduino "Code" through matlab?
이전 댓글 표시
Meaning the code is uploaded to the arduino device using standard arduino software. Is there a way to interface to run that code through matlab to see its outputs?
댓글 수: 2
Michael Pawlowski
2017년 10월 24일
Madhu Govindarajan
2017년 10월 26일
One way I can think of - Have your arduino code send out the outputs to the serial port. In MATLAB you can query serial ports using this function and its related functions - https://www.mathworks.com/help/matlab/ref/serial.html
답변 (1개)
Corey Silva
2017년 10월 24일
0 개 추천
You can use the MATLAB support package for Arduino. This will let you connect to and control Arduino inputs and outputs from MATLAB.
카테고리
도움말 센터 및 File Exchange에서 Arduino Hardware에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!