Effacer les filtres
Effacer les filtres

daysadd Matrix Business calendar formats

3 vues (au cours des 30 derniers jours)
DIMITRY
DIMITRY le 26 Nov 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,

Réponse acceptée

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

Plus de réponses (0)

Catégories

En savoir plus sur Dates and Time 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