How to merge a datetime array with a table

23 visualizzazioni (ultimi 30 giorni)
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.

Risposta accettata

Andrei Bobrov
Andrei Bobrov il 26 Gen 2019
out = table2timetable(Result,'RowTimes',DT);

Più risposte (0)

Categorie

Scopri di più su Tables in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by