Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 1;
y_correct = 1;
assert(isequal(logic(x),y_correct))
ans =
1
|
2 | Pass |
x = 2;
y_correct = 8;
assert(isequal(logic(x),y_correct))
ans =
8
|
3 | Pass |
x = 5;
y_correct = 25;
assert(isequal(logic(x),y_correct))
ans =
25
|
4 | Pass |
x = 6;
y_correct = 216;
assert(isequal(logic(x),y_correct))
ans =
216
|
Find the numeric mean of the prime numbers in a matrix.
6782 Solvers
819 Solvers
Increment a number, given its digits
562 Solvers
Basics: 'Find the eigenvalues of given matrix
323 Solvers
209 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!