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'));
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'));
2 years 前 | 0
