Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 1;
y_correct = 1;
assert(isequal(logic(x),y_correct))
|
2 | Pass |
x = 2;
y_correct = 8;
assert(isequal(logic(x),y_correct))
|
3 | Pass |
x = 5;
y_correct = 25;
assert(isequal(logic(x),y_correct))
|
4 | Pass |
x = 6;
y_correct = 216;
assert(isequal(logic(x),y_correct))
|
find the maximum element of the matrix
348 Solvers
348 Solvers
There are 10 types of people in the world
310 Solvers
247 Solvers
75 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!