How to merge a datetime array with a table

조회 수: 33 (최근 30일)
Sonima
Sonima 2019년 1월 26일
편집: Sonima 2019년 2월 27일
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.

채택된 답변

Andrei Bobrov
Andrei Bobrov 2019년 1월 26일
out = table2timetable(Result,'RowTimes',DT);

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Tables에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by