how to write a axis in hours format
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
How can I change the x axis to hourse format?
ex: 1:00 and 12:00
0 Commenti
Risposte (2)
Ajay Kumar
il 3 Mag 2020
Again it resembles the same question you asked, which already has the answer.
0 Commenti
Image Analyst
il 3 Mag 2020
I believe it would be something like this:
% Make x axis be times.
datetick('x', 'HH:MM PM', 'keepticks');
0 Commenti
Vedere anche
Categorie
Scopri di più su Dates and Time in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!