フィルターのクリア

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 Center および File ExchangeDates and Time についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by