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)
|
Back to basics 21 - Matrix replicating
1052 Solvers
The sum of the numbers in the vector
426 Solvers
Remove element(s) from cell array
373 Solvers
Calculate Amount of Cake Frosting
7499 Solvers
2857 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!