Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [3 1 2 4 6 6 7;
7 3 2 1 5 2 4];
y_correct = 1;
assert(isequal(your_fcn_name(x),y_correct))
y =
logical
0
y =
logical
1
|
2 | Pass |
x = [3 1 2 4 6 6 7;
7 3 6 1 5 2 4];
y_correct = 0;
assert(isequal(your_fcn_name(x),y_correct))
y =
logical
0
|
Find the numeric mean of the prime numbers in a matrix.
6782 Solvers
Least common multiple of many numbers
189 Solvers
Back to basics 6 - Column Vector
908 Solvers
257 Solvers
405 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!