excel decimal time conversion
Mostrar comentarios más antiguos
I have a PW protected excel spreadsheet that has a date/time column, but formatted as "general"
using xlsread, the timestamps (ie 8:51:42) are read into matlab as the numberic formatted time of 0.3692
How do you convert this decimal into the actual time?
datestr(0.3692) gives 1:15 PM and not the 8:51:42 that I expected to get
All help is appreciated!
Respuestas (1)
Azzi Abdelmalek
el 28 de Mzo. de 2013
datestr(0.3692,'HH:MM:SS')
1 comentario
David C
el 28 de Mzo. de 2013
Categorías
Más información sobre Time Series Objects 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!