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'));
1년 초과 전 | 0
