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)
|
Getting the row and column location from a matrix
236 Solvers
347 Solvers
Piecewise linear interpolation
299 Solvers
1222 Solvers
Calculate Amount of Cake Frosting
7541 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!