Setting x axis to 8 hours

5 次查看(过去 30 天)
John Lamport
John Lamport 2023-3-31
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

回答(1 个)

Christopher Stapels
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.

社区

更多回答在  ThingSpeak Community

类别

Help CenterFile Exchange 中查找有关 ThingSpeak 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by