Borrar filtros
Borrar filtros

daysadd Matrix Business calendar formats

3 visualizaciones (últimos 30 días)
DIMITRY
DIMITRY el 26 de Nov. de 2015
Respondida: Stalin Samuel el 26 de Nov. de 2015
Hi world,
I have a very basic question. from a date vector I would like to create a matrix increasing from one to thirty years. The vector has been created with the function bdates = busdays(sdate, edate, bdmode)
Would you have any thoughts? Regards,

Respuesta aceptada

Stalin Samuel
Stalin Samuel el 26 de Nov. de 2015
sdate = '26 DEC 2015';
edate = '26 DEC 2045' ;
bdmode ='D';
vec = datestr(busdays(sdate,edate,bdmode))

Más respuestas (0)

Categorías

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

Community Treasure Hunt

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

Start Hunting!

Translated by