Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
year = 1902;
foms_correct = 2;
assert(isequal(day_counter( year ),foms_correct))
ans =
2
|
2 | Pass |
year = 2002;
foms_correct = 2;
assert(isequal(day_counter( year ),foms_correct))
ans =
2
|
3 | Pass |
year = 1996;
foms_correct = 3;
assert(isequal(day_counter( year ),foms_correct))
ans =
3
|
4 | Pass |
year = 1885;
foms_correct = 1;
assert(isequal(day_counter( year ),foms_correct))
ans =
1
|
686 Solvers
Create a vector whose elements depend on the previous element
391 Solvers
Basics: 'Find the eigenvalues of given matrix
323 Solvers
1173 Solvers
Height of a right-angled triangle
448 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!