ユリウス日
조회 수: 5 (최근 30일)
이전 댓글 표시
2023年3/23 18時23分45秒の、ユリウス日をマトラボをつかって、計算したいのですが、過程と結果を教えてください。
댓글 수: 0
답변 (1개)
Hernia Baby
2023년 3월 19일
juliandateでいけると思います
まずはデータを用意します
timeString = "2023-3-23 18:23:45";
t = datetime(timeString);
t.TimeZone = 'America/New_York'
ユリウス日に変換します
format longG
jd = juliandate(t)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!