Question: Write a MATLAB code that converts Civil date(normal date) to Juilan date(JD). Civil date year Y, month M, day D, and a real value for
Write a MATLAB code that converts Civil date(normal date) to Juilan date(JD).
Civil date year Y, month M, day D, and a real value for the time in hours UT. Then conversion into JD is JD INT[365.25y]+ INT[30.6001(m +1)]+ D+UT /24 +1720981.5 y=Y-1 and m=M+12 and mM if if M 2, M>2
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
