how to write a axis in hours format
조회 수: 3 (최근 30일)
이전 댓글 표시
How can I change the x axis to hourse format?
ex: 1:00 and 12:00
댓글 수: 0
답변 (2개)
Ajay Kumar
2020년 5월 3일
Again it resembles the same question you asked, which already has the answer.
댓글 수: 0
Image Analyst
2020년 5월 3일
I believe it would be something like this:
% Make x axis be times.
datetick('x', 'HH:MM PM', 'keepticks');
댓글 수: 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!