how to convert datetime array to double

5 visualizaciones (últimos 30 días)
awhan 99
awhan 99 el 11 de Mayo de 2019
Comentada: Robert Garnett el 17 de Feb. de 2020
How can I convert the datetime array to Double? for example,
>> dt = datetime( '08:07:53', 'InputFormat', 'HH:mm:ss' );
>> dt.Format = 'HH:mm:ss';
>> T1 = (dt + hours(1:5)+seconds(1:5))'
Thanks!!
  2 comentarios
Peter Perkins
Peter Perkins el 4 de Jun. de 2019
You probably don't need to convert to double. What are you trying to do?
You almost certainly do not want to convert '08:07:53' to a datetime, unless you mean "08:07:53 today", where the definition of "today" changes every day.
Robert Garnett
Robert Garnett el 17 de Feb. de 2020
If you want to use gridded interpolation of a variable versus a datetime array you have to convert the date to double viz:
Error using griddedInterpolant
The input points must be a single or double array.

Iniciar sesión para comentar.

Respuestas (1)

madhan ravi
madhan ravi el 11 de Mayo de 2019

Categorías

Más información sobre Dates and Time en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by