This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%% positive integers
x = 5;
assert(isequal(unique(rand_plusminus1(x)),[-1;1]))
|
2 | Pass |
%% one element
x = 1;
assert(isequal(abs(rand_plusminus1(x)),1))
|
3 | Pass |
%% zero => empty matrix
x = 0;
assert(isequal(rand_plusminus1(x),[]))
|
4 | Pass |
%% positive integers
x = 999;
assert(isequal(unique(rand_plusminus1(x)),[-1;1]))
|
3651 Solvers
233 Solvers
299 Solvers
Cell Counting: How Many Draws?
254 Solvers
372 Solvers