Convert datetime to time of day, to be able to plot along time (e.g. 08:00, 10:00, 12:00 14:00...)

1 Ansicht (letzte 30 Tage)
Hello,
I have data in this format:
  • I want to convert the datetime into the time only (in HH:mm) to be able to plot the temperature along the time of the day.
My goal is to produce this graph, but just for one whole day:
  4 Kommentare
KSSV
KSSV am 2 Jan. 2018
YOu have to plot w.r.t indices and then label the axes using xtick
Walter Roberson
Walter Roberson am 4 Jan. 2018
The ability to use datatime or duration objects for the axes is new in R2016b. Which MATLAB version are you using?

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Neil Guertin
Neil Guertin am 4 Jan. 2018
Use the timeofday function to convert your datetime objects to duration objects. You should be able to use the duration objects on the x axis just as you would use datetime objects. If you are not able to, please post the error message you are seeing.

Kategorien

Mehr zu Dates and Time finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by