2023年3/23 18時23分45秒の、ユリウス日をマトラボをつかって、計算したいのですが、過程と結果を教えてください。

답변 (1개)

Hernia Baby
Hernia Baby 2023년 3월 19일

0 개 추천

juliandateでいけると思います
まずはデータを用意します
timeString = "2023-3-23 18:23:45";
t = datetime(timeString);
t.TimeZone = 'America/New_York'
t = datetime
23-Mar-2023 18:23:45
ユリウス日に変換します
format longG
jd = juliandate(t)
jd =
2460027.43315972

댓글 수: 1

高倉
高倉 2023년 3월 19일
ありがとうございます

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Calendar에 대해 자세히 알아보기

질문:

2023년 3월 18일

댓글:

2023년 3월 19일

Community Treasure Hunt

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

Start Hunting!