Setting x axis to 8 hours
5 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I'm using the chart field for temperature display and I want to show the readings over the last 8 hours. I sample my reading every 15 minutes. I've adjusted the timescale. average and medium settings and they all show my data bunched up at the end of the chart, the time scale on the x-axis shows a month of data. on the x-axis it has from Feb 20 to Mar 20. here's what it looks like:

How do I set it for the last 8 hours?
Thanks
John
0 Commenti
Risposte (1)
Christopher Stapels
il 7 Apr 2023
I would consider creating a custon MATLAB visualization where you can fix the x axis use xlim( [ begin end]). Alternatively, you can use the charts API to make a chart with a set time range using srtart and end. I think the chart will autoscale to your data though.
0 Commenti
Community
Più risposte nel ThingSpeak Community
Vedere anche
Categorie
Scopri di più su ThingSpeak in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!