4:28 am


Silver
April 24, 2018

how can i make a visualization of how many Entries i recived in a day on a bar graph? something like the the graph you can find in the account page https://thingspeak.com/account but not for every entry the account recived but just the ones from a particular channel. thank you! 🙂
2:37 pm


Moderators
March 7, 2017

See the workflow in the Get Started tutorial, it has some similarities:
https://www.mathworks.com/help/thingspeak/getting-started-with-thingspeak.html
Create a new MATLAB analysis.
Use thingSpeakRead to read the values from your raw channel, read for one day, you can read into a timetable and measure the height.
numEntries=height(thingSpeakRead(channelID,'numDays',1,'OutputFormat','timetable'));
Then use thingSpeakWrite() to write the value of numEntries to another new channel that you create (processed channel).
Then save the analysis and set up a time control to call the analysis you made once per day.
The thingSpeak plot in your processed channel view can be changed to a bar graph using the pencil icon in the upper right of the plot. The default is a line plot.
Most Users Ever Online: 166
Currently Online:
36 Guest(s)
Currently Browsing this Page:
1 Guest(s)
Top Posters:
rw950431: 272
Vinod: 240
piajola: 95
turgo: 70
vespapierre: 63
Adarsh_Murthy: 62
Member Stats:
Guest Posters: 1
Members: 8665
Moderators: 1
Admins: 2
Forum Stats:
Groups: 3
Forums: 14
Topics: 1600
Posts: 5760
Newest Members:
Advantagetreeexperts, laundrydaddyuk, techhhelp5, ken, tran, huldacormierModerators: cstapels: 460
Administrators: Hans: 405, lee: 457