Borrar filtros
Borrar filtros

Conversion of cumulate day of the year and year into Date/Month/Year

2 visualizaciones (últimos 30 días)
Nerma Caluk
Nerma Caluk el 24 de Jun. de 2022
Respondida: Star Strider el 24 de Jun. de 2022
If I have a date in format, for example; 344th day of 1970, how to covert it to Day/Month/Year format (datetime)?

Respuestas (1)

Star Strider
Star Strider el 24 de Jun. de 2022
The datetime function is remarkably robust (more so that I previously appreciated)!
Try this —
D = datetime(1970,1,344)
D = datetime
10-Dec-1970
Check = day(D,'dayofyear') % Check
Check = 344
.

Categorías

Más información sobre MATLAB en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by