Filter löschen
Filter löschen

how do i get the set the current time as a datenum

4 Ansichten (letzte 30 Tage)
Andrew Cuaki
Andrew Cuaki am 23 Feb. 2022
Beantwortet: Arif Hoq am 23 Feb. 2022
i need to create an app that compares the current time to a given time

Antworten (1)

Arif Hoq
Arif Hoq am 23 Feb. 2022
t = datetime('now','TimeZone','local','Format','d-MMM-y HH:mm:ss Z') % current time
t = datetime
23-Feb-2022 08:25:13 +0000
datenum(t) % datenumber
ans = 7.3858e+05

Kategorien

Mehr zu Dates and Time finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by