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 = [10 20 30];
y_correct = 30;
assert(isequal(FindMax(x), y_correct))
y =
30
|
2 | Pass |
x = [1 2 3 4 3 2 1];
y_correct = 4;
assert(isequal(FindMax(x), y_correct))
y =
4
|
2276 Solvers
Duplicate each element of a vector.
455 Solvers
Who has power to do everything in this world?
256 Solvers
Sum the 'edge' values of a matrix
153 Solvers
271 Solvers