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)
|
536 Solvers
404 Solvers
420 Solvers
250 Solvers
Solve a System of Linear Equations
3457 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!