Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
n = 10;
flagSame = isequal(makeRandomOrdering(n), makeRandomOrdering(n));
flagAllUsed = isequal([1:n],sort(makeRandomOrdering(n)));
assert(~flagSame & flagAllUsed)
vec =
1 8 5 3 7 6 10 4 2 9
vec =
5 2 3 10 9 8 4 7 6 1
vec =
9 1 5 10 3 2 6 7 8 4
|
962 Solvers
It dseon't mettar waht oedrr the lrettes in a wrod are.
652 Solvers
3601 Solvers
All your base are belong to us
463 Solvers
Split a string into chunks of specified length
475 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!