creating time vector ?

6 vues (au cours des 30 derniers jours)
pruth
pruth le 21 Mai 2018
Commenté : pruth le 21 Mai 2018
silly question.
how to create time series vector for a period of one specific date(say 2 February 2010) to some specific date(11 November 2010) with an interval of one second, one minute, 1 hour,3 hours etc?

Réponse acceptée

Stephen23
Stephen23 le 21 Mai 2018
Modifié(e) : Stephen23 le 21 Mai 2018
t1 = datetime(2010,02,02);
t2 = datetime(2010,11,11);
t1:seconds(1):t2
t1:minutes(1):t2
t1:hours(1):t2
t1:hours(3):t2
  1 commentaire
pruth
pruth le 21 Mai 2018
Aaahaaa !!! fantastic. thanks. life is so easy.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur MATLAB dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by