how to write a axis in hours format
이전 댓글 표시
How can I change the x axis to hourse format?
ex: 1:00 and 12:00

답변 (2개)
Ajay Kumar
2020년 5월 3일
0 개 추천
Again it resembles the same question you asked, which already has the answer.
Image Analyst
2020년 5월 3일
I believe it would be something like this:
% Make x axis be times.
datetick('x', 'HH:MM PM', 'keepticks');
카테고리
도움말 센터 및 File Exchange에서 Annotations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!