Azzera filtri
Azzera filtri

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

2 visualizzazioni (ultimi 30 giorni)
If I have a date in format, for example; 344th day of 1970, how to covert it to Day/Month/Year format (datetime)?

Risposte (1)

Star Strider
Star Strider il 24 Giu 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
.

Categorie

Scopri di più su MATLAB in Help Center e File Exchange

Tag

Prodotti


Release

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by