Is there a way to analyse your arduino "Code" through matlab?
Show older comments
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 Comments
Michael Pawlowski
on 24 Oct 2017
Madhu Govindarajan
on 26 Oct 2017
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
Answers (1)
Corey Silva
on 24 Oct 2017
0 votes
You can use the MATLAB support package for Arduino. This will let you connect to and control Arduino inputs and outputs from MATLAB.
Categories
Find more on Arduino Hardware in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!