Transform into a Matlab datetime format

1 vue (au cours des 30 derniers jours)
alpedhuez
alpedhuez le 14 Juin 2018
Commenté : alpedhuez le 14 Juin 2018
I have an entry "2017-10-26 06-PM" How can I transform this entry into a datetime format that Matlab can understand?

Réponse acceptée

Sean de Wolski
Sean de Wolski le 14 Juin 2018
Modifié(e) : Sean de Wolski le 14 Juin 2018
  3 commentaires
Guillaume
Guillaume le 14 Juin 2018
exactly the same way:
yourtable.columnname = datetime(yourtable.columname, 'InputFormat', 'yyyy-MM-dd hh-aa')
alpedhuez
alpedhuez le 14 Juin 2018
Great help.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Logical dans Help Center et File Exchange

Tags

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by