Info

This question is closed. Reopen it to edit or answer.

Show data in table VS time

1 view (last 30 days)
Ameen Mouazzen
Ameen Mouazzen on 28 Apr 2019
Closed: MATLAB Answer Bot on 20 Aug 2021
HELP
Hello,
I need to display a live table showing the output value of dat1 (sensor) every one second.
The table should have two columns: time and output
clear
clc
a=arduino('com3','Uno')
dat1 = readVoltage(a,'A0')

Answers (0)

Community Treasure Hunt

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

Start Hunting!