Generating a sequence of dates

4 visualizaciones (últimos 30 días)
ektor
ektor el 19 de Mayo de 2012
HI all, I would like to ask if there is a way of generating the below sequence of dates.
'2/11/08'
'30/11/08' '
28/12/08'
25/01/09'
'22/02/09'
'22/03/09'
'19/04/09'
'17/05/09'
14/06/09'
AS you can see I have observations every 4-week period.
Thanks

Respuesta aceptada

the cyclist
the cyclist el 19 de Mayo de 2012
Here's one way:
datestr(datenum('02/11/08','dd/mm/yy')+(0:28:224),'dd/mm/yy')
  3 comentarios
Andrei Bobrov
Andrei Bobrov el 19 de Mayo de 2012
8*28=224
ektor
ektor el 21 de Mayo de 2012
Thanks a lot

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Time Series Objects en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by