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?

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

Asked:

on 12 Feb 2013

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!