Setting x axis to 8 hours

10 views (last 30 days)
John Lamport
John Lamport on 31 Mar 2023
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

Answers (1)

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

Communities

More Answers in the  ThingSpeak Community

Categories

Find more on Visualize Data in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!