Creating a time vector

1 vue (au cours des 30 derniers jours)
Kate
Kate le 8 Juil 2013
Commenté : Kate le 21 Mai 2018
Silly question:
How do I create a time vector from scratch, say beginning in 1981 and ending in 2010?
Thanks
  2 commentaires
Jan
Jan le 8 Juil 2013
It depends on what a "time vector" is.
per isakson
per isakson le 8 Juil 2013
Modifié(e) : per isakson le 8 Juil 2013
Is your question related to Time Series Basics in Matlab?

Connectez-vous pour commenter.

Réponse acceptée

Jan
Jan le 8 Juil 2013
It depends on what a "time vector" is. Perhaps a datenum vector with a step size of days?
v = datenum(1981, 1, 1):datenum(2010, 11, 31);
A similar approach works for a stepsize of seconds or hours etc.
  3 commentaires
pruth
pruth le 21 Mai 2018
hi, and what if I want this time vector with 1 min interval.? how to make it possible?
Kate
Kate le 21 Mai 2018
If you add another number after the 1 or 31 it would be a minute vector, then you can just extract that.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Time Series Objects dans Help Center et File Exchange

Tags

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by