필터 지우기
필터 지우기

daysadd Matrix Business calendar formats

조회 수: 3 (최근 30일)
DIMITRY
DIMITRY 2015년 11월 26일
답변: Stalin Samuel 2015년 11월 26일
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,

채택된 답변

Stalin Samuel
Stalin Samuel 2015년 11월 26일
sdate = '26 DEC 2015';
edate = '26 DEC 2045' ;
bdmode ='D';
vec = datestr(busdays(sdate,edate,bdmode))

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Dates and Time에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by