how to change default calendar within isbusday()
조회 수: 5 (최근 30일)
이전 댓글 표시
Hi
Is there a way to change the default calendar within isbusday()?
suppose:
k= today()-10:today; isbusday(a) %leads to 15-feb-2016 being a non-business day.
Naturally this is in accordance with US calendar. Suppose I'd like the check to be based on French, German or Italian calendar, is there an efficient way of dealing with it?
best,
댓글 수: 0
답변 (1개)
BhaTTa
2024년 11월 24일
Hey @Isma, please refer to this answer https://www.mathworks.com/matlabcentral/answers/271319 to get holidays and business days from countries other than the United States, and then refer to the example given in the below documentation to set custom business days : https://www.mathworks.com/help/finance/isbusday.html
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Calendar에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!