Datenum function and conversion
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Kaique Silva
il 15 Giu 2015
Modificato: James Tursa
il 15 Giu 2015
I am using the Datenum function in my code, and my instructor has asked me to use the data in milliseconds. The result of the Datenum is in days, correct? So, I just need to convert the result to miliseconds (1 day = 86400000 ms), am I right?
0 Commenti
Risposta accettata
James Tursa
il 15 Giu 2015
Modificato: James Tursa
il 15 Giu 2015
Yes, datenum values are in days, and there are 86400000 ms in a day. So your conversion is correct. You might be interested in this related post:
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Dates and Time in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!