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

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

 채택된 답변

Takafumi
Takafumi 2017년 6월 6일

0 개 추천

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

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 日付と時刻에 대해 자세히 알아보기

질문:

2017년 6월 6일

답변:

2017년 6월 6일

Community Treasure Hunt

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

Start Hunting!