Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [0,1,2,3,4];
y_correct = [4,3,2,1,0];
assert(isequal(desSort(x),y_correct))
|
Maximum running product for a string of numbers
1112 Solvers
386 Solvers
Find the largest value in the 3D matrix
1056 Solvers
Generate a vector like 1,2,2,3,3,3,4,4,4,4
3625 Solvers
1832 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!