how to write a axis in hours format
Mostrar comentarios más antiguos
How can I change the x axis to hourse format?
ex: 1:00 and 12:00

Respuestas (2)
Ajay Kumar
el 3 de Mayo de 2020
0 votos
Again it resembles the same question you asked, which already has the answer.
Image Analyst
el 3 de Mayo de 2020
I believe it would be something like this:
% Make x axis be times.
datetick('x', 'HH:MM PM', 'keepticks');
Categorías
Más información sobre Annotations en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!