computes days of the week

1 回表示 (過去 30 日間)
lowcalorie
lowcalorie 2012 年 2 月 22 日
編集済み: Azzi Abdelmalek 2013 年 10 月 20 日
I need help writting a script that computes the days of the week for years 2010,2011, and 2012 i need the input to be of xx/xx/xxxx.
and the output to be say something like
"xx/xx/xxxx is the 243 day of the year and falls on a wednesday."
so far i only have:
n = input('Enther month, day and year in the form xx/xx/xxxx for 2012, 2011, or 2012: ')
im not sure how to go about doing the rest anyone have any suggestions?? please help! I need to use IF statements

回答 (1 件)

Jonathan Sullivan
Jonathan Sullivan 2012 年 2 月 22 日
help weekday
doc weekday
  2 件のコメント
Jonathan Sullivan
Jonathan Sullivan 2012 年 2 月 22 日
weekday('02/22/2012')
lowcalorie
lowcalorie 2012 年 2 月 22 日
How can i do this using if statements

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeWhos についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by