How change the x axis from second to hour:min:sec?
15 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Guilherme de Melo
il 13 Ott 2017
Commentato: Guilherme de Melo
il 15 Ott 2017
Dears,
I would like to know how I convert the x axis values showed in seconds to the format HH:MM:SS. The data that I read has more than 1 hour of time and the axis show the values in seconds, being that I know the hour of beginning of axis.
I will be very grateful.
Regards, Guilherme de Melo
0 Commenti
Risposta accettata
Walter Roberson
il 13 Ott 2017
If you are using datetime objects for the x axis, set the Format property of the objects.
If you are using datenum, use datetick() and indicate the format style you want.
13 Commenti
Walter Roberson
il 15 Ott 2017
Signal processing is not something I do much of, so I am somewhat rusty on the theory, but I have dug into spectrogram on occasion to figure out whether particular parts were configurable.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Multirate Signal Processing 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!


