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 |
x = [6 6 6 6 6 6 6 6 ];
y_correct = true;
assert(isequal(your_fcn_name(x),y_correct))
ans =
logical
1
|
2 | Pass |
x = [6 6 6 1 6 6 6 6 ];
y_correct = false;
assert(isequal(your_fcn_name(x),y_correct))
ans =
logical
0
|
3 | Pass |
x = [6 6 9 6 6 6 9 1 ];
y_correct = false;
assert(isequal(your_fcn_name(x),y_correct))
ans =
logical
0
|
1594 Solvers
310 Solvers
206 Solvers
113 Solvers
find the surface area of a cube
215 Solvers