Transform into a Matlab datetime format

조회 수: 1 (최근 30일)
alpedhuez
alpedhuez 2018년 6월 14일
댓글: alpedhuez 2018년 6월 14일
I have an entry "2017-10-26 06-PM" How can I transform this entry into a datetime format that Matlab can understand?

채택된 답변

Sean de Wolski
Sean de Wolski 2018년 6월 14일
편집: Sean de Wolski 2018년 6월 14일
  댓글 수: 3
Guillaume
Guillaume 2018년 6월 14일
exactly the same way:
yourtable.columnname = datetime(yourtable.columname, 'InputFormat', 'yyyy-MM-dd hh-aa')
alpedhuez
alpedhuez 2018년 6월 14일
Great help.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

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

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by