lbusdate
Last business date of month
Description
Date = lbusdate(Year,Month)
Year and Month can contain multiple values. If one
                contains multiple values, the other must contain the same number of values or a
                single value that applies to all. For example, if Year is a
                    1-by-N vector of integers, then
                    Month must be a
                    1-by-N vector of integers or a single
                integer. Date is then a
                    1-by-N vector of serial date
                numbers.
Use the function datetime to convert serial date
                numbers to formatted datetime arrays.
Date = lbusdate(___,Holiday,Weekend,outputType)Holiday specifies
nontrading days.
If neither Holiday nor outputType are specified,
                    Date is returned as a serial date number. If
                    Holiday is specified, but not
                    outputType, then the type of the holiday variable controls
                the type of date. If Holiday is a string or date character
                vector, then Date is returned as a serial date number.