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 = [5 4 7 3 1];
y_correct = 7;
assert(isequal(mostPrimes(x),y_correct));
|
2 | Pass |
x = [5 3 1];
y_correct = 5;
assert(isequal(mostPrimes(x),y_correct));
|
Find the two most distant points
1629 Solvers
Add a row of zeros on top of a matrix
194 Solvers
276 Solvers
201 Solvers
Add one raw in given matrix as shown in example
122 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!