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)
|
1163 Solvers
Getting the indices from a matrice
360 Solvers
Create a vector whose elements depend on the previous element
391 Solvers
Right Triangle Side Lengths (Inspired by Project Euler Problem 39)
511 Solvers
432 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!