Transform into a Matlab datetime format

1 visualizzazione (ultimi 30 giorni)
I have an entry "2017-10-26 06-PM" How can I transform this entry into a datetime format that Matlab can understand?

Risposta accettata

Sean de Wolski
Sean de Wolski il 14 Giu 2018
Modificato: Sean de Wolski il 14 Giu 2018
datetime("2017-10-26 06-PM",'InputFormat','yyyy-MM-dd hh-aa')
  3 Commenti
Guillaume
Guillaume il 14 Giu 2018
exactly the same way:
yourtable.columnname = datetime(yourtable.columname, 'InputFormat', 'yyyy-MM-dd hh-aa')

Accedi per commentare.

Più risposte (0)

Tag

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by