Day of year to Month, Day of Month (ddd2mmdd.m)

Converts day of a year to corresponding month and day of the month
626 download
Aggiornato 28 apr 2015

Visualizza la licenza

ddd2mmdd is a MATLAB function that converts the day of year to corresponding month and day of the month.
Syntax is:
[mm,dd]=ddd2mmdd(yyyy,ddd)
to convert day ddd of year yyyy to corresponding month mm and day of month dd of the same year.

Cita come

Daniel Okoh (2024). Day of year to Month, Day of Month (ddd2mmdd.m) (https://www.mathworks.com/matlabcentral/fileexchange/46699-day-of-year-to-month-day-of-month-ddd2mmdd-m), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2010a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Dates and Time in Help Center e MATLAB Answers

Community Treasure Hunt

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

Start Hunting!

ddd2mmdd new/

Versione Pubblicato Note della release
1.1.0.0

The function was updated to additionally be able to work with vectors, and not only scalars. Inputs can now be either vectors or scalars. Jan Simon inspired the update

1.0.0.0