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))
|
Getting the indices from a matrice
360 Solvers
2539 Solvers
232 Solvers
573 Solvers
Add a row of zeros on top of a matrix
193 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!