Scilab 6.0.0
Ajuda do Scilab >> Data e Hora > calendar
calendar
Calendar
Syntax
c=calendar() c = calendar(y,m)
Description
c = calendar returns a list containing a calendar for the current month. The calendar runs Sunday to Saturday.
c = calendar(y,m), where y and m are integers, returns a calendar for the specified month of the specified year.
Examples
calendar() calendar(1973,8)
Comments
Add a comment:
Please login to comment this page.