How to merge a datetime array with a table

28 visualizaciones (últimos 30 días)
Sonima
Sonima el 26 de En. de 2019
Editada: Sonima el 27 de Feb. de 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.

Respuesta aceptada

Andrei Bobrov
Andrei Bobrov el 26 de En. de 2019
out = table2timetable(Result,'RowTimes',DT);

Más respuestas (0)

Categorías

Más información sobre Tables en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by