calendar()
c = calendar()
c = calendar(d)
c = calendar(y, m)
| Parameter | Description |
|---|---|
| d | an integer value: a serial date number. |
| y | an integer value: 'year' desired [1400, 9999]. |
| m | an integer value: 'month' desired [1, 12]. |
| Parameter | Description |
|---|---|
| c | a 6x7 matrix. |
calendar() returns the currently monthly calendar.
If no output arguments are specified,the calendar is displayed on the screen instead of returning a matrix 6x7.
calendar()
c = calendar(1973, 8)
c = calendar(datenum(1973, 8, 4))
| Version | Description |
|---|---|
| 1.0.0 | initial version |