Convert datetime to time of day, to be able to plot along time (e.g. 08:00, 10:00, 12:00 14:00...)
조회 수: 1 (최근 30일)
이전 댓글 표시
Hello,
I have data in this format:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/168364/image.png)
- 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:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/168367/image.png)
댓글 수: 4
Walter Roberson
2018년 1월 4일
The ability to use datatime or duration objects for the axes is new in R2016b. Which MATLAB version are you using?
답변 (1개)
Neil Guertin
2018년 1월 4일
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.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Dates and Time에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!