How do I display all the data, not just the last 30 minutes or so
4 views (last 30 days)
Show older comments
Didier Juges
on 28 May 2024
Commented: Christopher Stapels
on 28 May 2024
I am collecting data every minute or so (for now while I debug my system). How can I display all the data instead of the last few minutes?
I know I can download all the data and plot it in Excel or LibreOffice but I would prefer to be able to see more of the data on the graph, like at least a day. I see examples like the chart of air pollution that has A LOT of data points, but I do not know how it's done.
Thanks
0 Comments
Accepted Answer
Christopher Stapels
on 28 May 2024
You can use the pencil icon in the upper right of the standard field plots on your ThingSpeak channel to show more data, assuming you have less than 8000 points that you want to show. You can change the number of days displayed, or the number of points. Number of points has precedence if you try to use both.
If you want to see more than 8000 points, you can create a custon MATLAB visualization using MATLAB code. There are many examples in the documentation, or you can use the MATLAB chat playground to help you write the code.
4 Comments
Christopher Stapels
on 28 May 2024
Thanks for reporting the troubles. It may be releated to a recently fixed problem. If you get a chance, on the original computer that failed, please try signing out and back in, or clearing Mathworks and ThingSpeak related cookies.
More Answers (0)
Communities
More Answers in the ThingSpeak Community
See Also
Categories
Find more on Visualize Data in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!