Unix 時間 をMATLABで扱うことができますか?

R2017a で、UNIX 時間を 時間変換できますか?

 Akzeptierte Antwort

Takafumi
Takafumi am 6 Jun. 2017

0 Stimmen

datetime 関数で扱うことができます。
dateType プロパティを 'posixtime' に変更します。
https://jp.mathworks.com/help/matlab/ref/datetime.html
datetime(unixtime,'ConvertFrom','posixtime')

Weitere Antworten (0)

Kategorien

Mehr zu 日付と時刻 finden Sie in Hilfe-Center und File Exchange

Gefragt:

am 6 Jun. 2017

Beantwortet:

am 6 Jun. 2017

Community Treasure Hunt

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

Start Hunting!