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 Center および File ExchangeLogical についてさらに検索

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by