i have made an arduino voltmeter and i want to display the output by creating a display box in matlab gui.can someone help me with the coding?
1 view (last 30 days)
Show older comments
I am able to establish the connection between my arduino board and matlab using the following code clear all; global a; a=arduino('COM10');
I have also downloaded the arduino support package for matlab and i have uploaded the adiosrv file to my arduino board.
0 Comments
Answers (0)
See Also
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!