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?

2 views (last 30 days)
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.

Answers (0)

Categories

Find more on MATLAB Support Package for 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!