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 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(0 个)
另请参阅
类别
在 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!