calendar()
c = calendar()
c = calendar(d)
c = calendar(y, m)
| Paramètre | Description |
|---|---|
| d | un entier : numéro de date série. |
| y | un entier : année souhaitée [1400, 9999]. |
| m | un entier : mois souhaité [1, 12]. |
| Paramètre | Description |
|---|---|
| c | une matrice 6x7. |
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 | version initiale |