| Financial Time Series Toolbox | ![]() |
Business days in serial date format
Syntax
Arguments
Description
bdates = busdays(sdate, edate, bdmode)
generates a vector of business days, bdates, in serial date format between the start date, sdate, and end date, edate, with frequency, bdmode. The dates are generated based on United States holidays. If you do not supply bdmode, busdays generates a daily vector.
bdates = busdays(sdate, edate, bdmode, holvec)
lets you supply a vector of holidays, holvec, used to generate business days. holvec can either be in serial date format or date string format. If you use this syntax, you need to supply the frequency bdmode.
The output, bdates, is a column vector of business dates in serial date format.
If you want a weekday vector without the holidays, set holvec to '' (empty string) or [] (empty vector).
| boxcox | candle | ![]() |