Problem 2524. weekday and month
Given a year and a weekday, determine how many months of that year had five of those weekdays. It is kind of easy to find.
Example:
y = 2014
d = 'Sun'
result = 4
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers47
Suggested Problems
-
Create a cell array out of a struct
1829 Solvers
-
Return unique values without sorting
925 Solvers
-
780 Solvers
-
Return a list sorted by number of consecutive occurrences
360 Solvers
-
9150 Solvers
More from this Author44
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!