Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [6 6 6 6 6 6 6 6 ];
y_correct = true;
assert(isequal(your_fcn_name(x),y_correct))
|
2 | Pass |
x = [6 6 6 1 6 6 6 6 ];
y_correct = false;
assert(isequal(your_fcn_name(x),y_correct))
|
3 | Pass |
x = [6 6 9 6 6 6 9 1 ];
y_correct = false;
assert(isequal(your_fcn_name(x),y_correct))
|
Replace NaNs with the number that appears to its left in the row.
2018 Solvers
Implement simple rotation cypher
943 Solvers
Create a vector whose elements depend on the previous element
391 Solvers
489 Solvers
171 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!