Using datetime in R2014a (prior to its introduction in R2014b)

13 visualizaciones (últimos 30 días)
Erik
Erik el 16 de Nov. de 2015
Respondida: Walter Roberson el 16 de Nov. de 2015
The datetime class was added in MATLAB R2014b. However, the version I'm forced to use on a work computer is R2014a, unfortunately. What are the best practices to use dates and times in this version of MATLAB? I have always used the newest version of MATLAB, so I'm used to datetime, but I can't use it anymore.
Can I copy parts of the datetime class and its accompanying functions from my R2015b installation to the path of my work computer for the functionality to work? Or do I need to write some functions myself that parse strings into relative seconds after a starting date and time an idea? Or something like that? What do you recommend?

Respuestas (1)

Walter Roberson
Walter Roberson el 16 de Nov. de 2015
Copying the files would be a violation of the license agreements.
You should use datenum(), datestr(), datevec()
If you need to use leap seconds or you need to automatically take into account timezones and local time, then you will have some challenges.

Categorías

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

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by