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)
ans =
2 10 4 5 3 8 7 1 6 9
ans =
5 2 1 7 6 8 9 10 3 4
ans =
5 4 10 1 8 6 9 3 2 7
|
Find the two most distant points
1628 Solvers
329 Solvers
Generate a vector like 1,2,2,3,3,3,4,4,4,4
3613 Solvers
669 Solvers
String Array Basics, Part 1: Convert Cell Array to String Array; No Missing Values
358 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!