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)
|
2276 Solvers
233 Solvers
Matrix which contains the values of an other matrix A at the given locations.
195 Solvers
264 Solvers
145 Solvers