How to merge a datetime array with a table

27 vues (au cours des 30 derniers jours)
Sonima
Sonima le 26 Jan 2019
Modifié(e) : Sonima le 27 Fév 2019
Hello all,
I have a "datetime array" and a table which I want to merge.
DT =
173×1 datetime array
NaT
19-Feb-2015 04:00:00
24-Feb-2015 12:00:00
10-Mar-2015 08:00:00
13-Mar-2015 08:00:00
Thanks.

Réponse acceptée

Andrei Bobrov
Andrei Bobrov le 26 Jan 2019
out = table2timetable(Result,'RowTimes',DT);

Plus de réponses (0)

Catégories

En savoir plus sur Tables dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by