Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
y = [-1 6 15 -7 31 2 -4 -5];
y_correct = [-7 -5 -4 -1 31 15 6 2];
assert(isequal(order(y),y_correct))
|
2 | Pass |
y=[6 7 -34 9 0];
y_correct= [-34 9 7 6 0];
assert(isequal(order(y),y_correct))
|
Generate a random matrix A of (1,-1)
211 Solvers
405 Solvers
273 Solvers
84 Solvers
Calculate Amount of Cake Frosting
7544 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!