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 커뮤니티
참고 항목
카테고리
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!