Borrar filtros
Borrar filtros

Creating a time vector

2 visualizaciones (últimos 30 días)
Kate
Kate el 8 de Jul. de 2013
Comentada: Kate el 21 de Mayo de 2018
Silly question:
How do I create a time vector from scratch, say beginning in 1981 and ending in 2010?
Thanks
  2 comentarios
Jan
Jan el 8 de Jul. de 2013
It depends on what a "time vector" is.
per isakson
per isakson el 8 de Jul. de 2013
Editada: per isakson el 8 de Jul. de 2013
Is your question related to Time Series Basics in Matlab?

Iniciar sesión para comentar.

Respuesta aceptada

Jan
Jan el 8 de Jul. de 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 comentarios
pruth
pruth el 21 de Mayo de 2018
hi, and what if I want this time vector with 1 min interval.? how to make it possible?
Kate
Kate el 21 de Mayo de 2018
If you add another number after the 1 or 31 it would be a minute vector, then you can just extract that.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

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

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by