Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x=[2 3 1 5];
y_correct =[1 5 2 3 3 2 5 1];
assert(isequal(MinMaxSort(x),y_correct))
|
284 Solvers
Find the dimensions of a matrix
373 Solvers
251 Solvers
177 Solvers
Basics: counting digits of a number irrespective of the sign
40 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!