This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
date = '13/09/2013';
y_correct = '13/09/2013';
assert(isequal(nextfri13(date),y_correct))
|
2 | Pass |
date = '15/09/2013';
y_correct = '13/12/2013';
assert(isequal(nextfri13(date),y_correct))
|
3 | Pass |
date = '17/12/2013';
y_correct = '13/06/2014';
assert(isequal(nextfri13(date),y_correct))
|
Is my wife right? Now with even more wrong husband
1241 Solvers
Back to basics 20 - singleton dimensions
254 Solvers
309 Solvers
965 Solvers
363 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!