修正ユリウス日
1 view (last 30 days)
Show older comments
2023年3月23日18時23分45秒(JST)の時、MATLABを使って,修正ユリウス日を計算しなさい。ソースコードと計算結果を示しなさい。この問題教えてください
0 Comments
Answers (1)
Atsushi Ueno
on 19 Mar 2023
juliandateでいけると思います
t = datetime("2023-3-23 18:23:45", TimeZone="Asia/Tokyo");
jd = juliandate(t, "modifiedjuliandate")
datetime(jd, ConvertFrom="modifiedjuliandate", TimeZone="Asia/Tokyo") % 元に戻してみる
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!