Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [ 1 10 5;
3 2 9;
6 10 2;
10 10 5];
y_correct = [ 1 6 10 10 5 2;
3 10 2 10 9 5]
assert(isequal(your_fcn_name(x),y_correct))
y_correct =
1 6 10 10 5 2
3 10 2 10 9 5
|
Find the numeric mean of the prime numbers in a matrix.
6782 Solvers
1309 Solvers
Find out missing number from a vector of 9 elements
245 Solvers
07 - Common functions and indexing 4
319 Solvers
2314 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!