photo

Sarthak


Last seen: 5 months 前 自 2024 起处于活动状态

Followers: 0   Following: 0

统计学

  • First Answer

查看徽章

Feeds

排序方式:

已回答
How to convert the number of seconds from an epoch into UTC using the datetime function.
function date = gps2utc(g0, g1) date = datevec(datetime(g0*604800+g1,'convertfrom','epochtime','Epoch','1980-01-06'));

6 months 前 | 0