Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
assert(isequal(count_days_2([2010:2020],'Fri'),574))
|
2 | Pass |
assert(isequal(count_days_2([1910:2020],'Sat'),5792))
|
3 | Pass |
assert(isequal( count_days_2([1942:1947],'Sun'),313))
|
4 | Pass |
assert(isequal(count_days_2([1899:1912],'Wed'),730))
|
5 | Pass |
assert(isequal(count_days_2([1798:1902],'Sun'),5478))
|
6 | Pass |
assert(isequal(count_days_2(2012,'Mon'),53))
|
190 Solvers
Find the sum of the elements in the "second" diagonal
994 Solvers
Calculate the area of a triangle between three points
872 Solvers
116 Solvers
Find out sum and carry of Binary adder
379 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!