ユリウス日

2 visualizaciones (últimos 30 días)
高倉
高倉 el 18 de Mzo. de 2023
Comentada: 高倉 el 19 de Mzo. de 2023
2023年3/23 18時23分45秒の、ユリウス日をマトラボをつかって、計算したいのですが、過程と結果を教えてください。

Respuestas (1)

Hernia Baby
Hernia Baby el 19 de Mzo. de 2023
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 comentario
高倉
高倉 el 19 de Mzo. de 2023
ありがとうございます

Iniciar sesión para comentar.

Categorías

Más información sobre 日付と時刻 en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!