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

15 views (last 30 days)
Takafumi
Takafumi on 6 Jun 2017
Answered: Takafumi on 6 Jun 2017
R2017a で、UNIX 時間を 時間変換できますか?

Accepted Answer

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

More Answers (0)

Categories

Find more on 日付と時刻 in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!