How to merge a datetime array with a table

23 Ansichten (letzte 30 Tage)
Sonima
Sonima am 26 Jan. 2019
Bearbeitet: Sonima am 27 Feb. 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.

Akzeptierte Antwort

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

Weitere Antworten (0)

Kategorien

Mehr zu Tables finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by