Car Data Visualisation in ThingSpeak

preview_player
Показать описание
This video displays car traffic data in ThingSpeak. Note the IP belongs to Matlab
Рекомендации по теме
Комментарии
Автор

To do multiple figures per visualization, use subplot.
subplot(1, 7, 1);
plot(1:10); % Sunday plot
subplot(1, 7, 2);
plot(1:5); % Monday plot
subplot(1, 7, 6);
plot(1:24); % ...etc...

christopherstapels
Автор

The traffic counter was down for the last two days, I had to power cycle it. So I m sorry no data from 4/14 to 4/16.

christopherstapels