How do I display all the data, not just the last 30 minutes or so
4 次查看(过去 30 天)
显示 更早的评论
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 个评论
采纳的回答
Christopher Stapels
2024-5-28
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 个评论
Christopher Stapels
2024-5-28
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.
更多回答(0 个)
社区
更多回答在 ThingSpeak Community
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Visualize Data 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!