Dat = dd(Year,Month,Day)
Dat = dd(Year,Month,'end')
Dat = dd(Year,Month)
Dat = dd(Year)
Dat [ numeric ] - IRIS serial date numbers.Year [ numeric ] - Year.
Month [ numeric ] - Calendar month in year; if missing, Month is 1 by default.
Day [ numeric ] - Calendar day in month; if missing, Day is 1 by default; 'end' means the end day of the respective month.
>> d = dd(2010,12,3)
d =
734475
>> dat2str(d)
ans =
'2010-Dec-03'