How to read time as string data from excel file
Mostrar comentarios más antiguos
I used readtable to read time from excel spread sheets. The time was converted to double like e.x. But I want to read time as original form. How does read time as string?
e.x 10:11:09 AM => 0.42858
Respuesta aceptada
Más respuestas (1)
Sulaymon Eshkabilov
el 24 de Mayo de 2021
1 voto
Hi,
You should try using xlsread() in this case. In fact, xlsread is slower than readtable().
Then you can employ datenum() and datestr() if necessary.
Good luck.
1 comentario
Yasuyuki Hamanaka
el 24 de Mayo de 2021
Categorías
Más información sobre Data Type Identification 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!
