how to write a axis in hours format
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
How can I change the x axis to hourse format?
ex: 1:00 and 12:00
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/289941/image.png)
0 Kommentare
Antworten (2)
Ajay Kumar
am 3 Mai 2020
Again it resembles the same question you asked, which already has the answer.
0 Kommentare
Image Analyst
am 3 Mai 2020
I believe it would be something like this:
% Make x axis be times.
datetick('x', 'HH:MM PM', 'keepticks');
0 Kommentare
Siehe auch
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!