Can I find milliseconds from decimal time

2 visualizaciones (últimos 30 días)
Joseph Tirado
Joseph Tirado el 14 de Jul. de 2021
Comentada: Peter Perkins el 27 de Jul. de 2021
I have a bunch of times in decimal time and I am trying to format it in hours, minutes, seconds, and milliseconds. I know how to get in hh:mm:ss but I can't get milliseconds. Is this even possible and if so how can I do it? This is how i converted to hours, minutes and seconds.
HOD=decimaltime*24
HOD=hours(HOD)
HOD.Format='hh:mm:ss'
I need to find the difference between times so I need the answer to be in time format.

Respuesta aceptada

Star Strider
Star Strider el 14 de Jul. de 2021
Perhaps:
HOD.Format='hh:mm:ss.SSS'
will do what you want.
See the Format property for details.
.
  1 comentario
Peter Perkins
Peter Perkins el 27 de Jul. de 2021
It's worth saying that regardless of what display format
HOD=hours(HOD)
has, it's still the same value. The display format is only for ... well, display. I mean, that's important, but it only affects what you see.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Logical en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by