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

Versión 1.1.0.0 (414 Bytes) por Daniel Okoh
Converts day of a year to corresponding month and day of the month
626 descargas
Actualizado 28 abr 2015

Ver licencia

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.

Citar como

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. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2010a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Dates and Time en Help Center y MATLAB Answers.

Community Treasure Hunt

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

Start Hunting!

ddd2mmdd new/

Versión Publicado Notas de la versión
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