Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [10 20 30];
y_correct = 30;
assert(isequal(FindMax(x), y_correct))
|
2 | Pass |
x = [1 2 3 4 3 2 1];
y_correct = 4;
assert(isequal(FindMax(x), y_correct))
|
Replace NaNs with the number that appears to its left in the row.
2018 Solvers
331 Solvers
Find the dimensions of a matrix
373 Solvers
What is Sum Of all elements of Matrix
292 Solvers
Test Problem; Create a 5x5 array containing all ones
270 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!