mmdd2ddd is a MATLAB function that converts the month and day of a month to corresponding day of the year.
Syntax is:
ddd=mmdd2ddd(yyyy,mm,dd)
converts day dd of month mm of year yyyy to the corresponding day ddd of the same year.
Daniel Okoh (2021). Month and Day of month to Day of year (mmdd2ddd.m) (https://www.mathworks.com/matlabcentral/fileexchange/46700-month-and-day-of-month-to-day-of-year-mmdd2ddd-m), MATLAB Central File Exchange. Retrieved .
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Create scripts with code, output, and formatted text in a single executable document.
Does this function apply any Gregorian Calendar adoption? (https://en.wikipedia.org/wiki/Adoption_of_the_Gregorian_calendar)
The Financial Toolbox is required for this function.