Show data in table VS time
Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
Ältere Kommentare anzeigen
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')
Antworten (0)
Diese Frage ist geschlossen.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!