Transform into a Matlab datetime format

1 visualización (últimos 30 días)
alpedhuez
alpedhuez el 14 de Jun. de 2018
Comentada: alpedhuez el 14 de Jun. de 2018
I have an entry "2017-10-26 06-PM" How can I transform this entry into a datetime format that Matlab can understand?

Respuesta aceptada

Sean de Wolski
Sean de Wolski el 14 de Jun. de 2018
Editada: Sean de Wolski el 14 de Jun. de 2018
  3 comentarios
Guillaume
Guillaume el 14 de Jun. de 2018
exactly the same way:
yourtable.columnname = datetime(yourtable.columname, 'InputFormat', 'yyyy-MM-dd hh-aa')
alpedhuez
alpedhuez el 14 de Jun. de 2018
Great help.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

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

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by