Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [0 0 0 0 0 0;0 0 0 0 0 0;0 0 1 0 0 0;0 0 1 0 0 0;0 0 0 1 0 0;0 0 0 0 0 0];
y_correct = 1;
assert(isequal(block3(x),y_correct))
Main Return
|
2 | Pass |
x = [0 0 0 0 0 0;0 0 0 0 0 0;0 0 1 0 0 0;0 1 0 0 0 0;0 0 1 0 0 0;0 0 0 0 0 0];
y_correct = 1;
assert(isequal(block3(x),y_correct))
Main Return
|
3 | Pass |
x = [0 0 0 0 0 0;0 0 0 0 0 0;0 0 1 0 0 0;0 0 0 1 0 0;0 0 0 0 1 0;0 0 0 0 0 0];
y_correct = 2;
assert(isequal(block3(x),y_correct))
Main Return
|
4 | Pass |
x = [0 0 0 0 0 0;0 0 1 0 0 0;0 0 0 0 0 0;0 0 1 0 0 0;0 0 0 0 0 0;0 0 1 0 0 0];
y_correct = 2;
assert(isequal(block3(x),y_correct))
Main Return
|
5 | Pass |
x = [0 0 0 0 0 0;0 0 0 0 0 0;0 1 0 1 1 0;0 0 0 0 0 0;0 0 0 0 0 0;0 0 0 0 0 0];
y_correct = 1;
assert(isequal(block3(x),y_correct))
Main Return
|
6 | Pass |
x = [0 0 0 0 0 0;0 0 0 0 0 0;0 0 0 1 1 0;0 0 0 0 0 0;0 0 1 0 0 0;0 0 0 0 0 0];
y_correct = 2;
assert(isequal(block3(x),y_correct))
Main Return
|
7 | Pass |
x = [0 0 0 0 0 0;0 0 0 0 0 0;0 0 0 1 1 0;0 0 0 1 0 0;0 0 0 0 0 0;0 0 0 0 0 0];
y_correct = 2;
assert(isequal(block3(x),y_correct))
Main Return
|
8 | Pass |
x = [0 0 0 0 0 0;0 0 0 0 0 0;0 0 0 1 0 0;0 0 0 1 1 0;0 0 0 0 0 0;0 0 0 0 0 0];
y_correct = 2;
assert(isequal(block3(x),y_correct))
Main Return
|
9 | Pass |
x = [0 0 0 0 0 0;0 0 1 0 1 0;0 0 0 0 0 0;0 0 0 0 0 0;0 0 0 1 0 0;0 0 0 0 0 0];
y_correct = 3;
assert(isequal(block3(x),y_correct))
Main Return
|
10 | Pass |
x = [0 0 0 0 0 0;0 0 1 0 1 0;0 0 1 0 0 0;0 0 0 0 0 0;0 0 0 0 0 0;0 0 0 0 0 0];
y_correct = 2;
assert(isequal(block3(x),y_correct))
Main Return
|
337 Solvers
Compress strings (not springs)
103 Solvers
Make an awesome ramp for a tiny motorcycle stuntman
334 Solvers
2143 Solvers
Sum of odd numbers in a matrix
311 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!