Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
check = 1;
while check == 1
D1 = round(rand(1,1)*4+1);
D2 = round(rand(1,1)*4+1);
D3 = round(rand(1,1)*4+1);
draw = sort([D1 D2 D3]);
if size(unique(draw), 2) == 3
check = 0;
end
end
assert(isequal(sort(lottery()),draw))
ans =
3 4 5
|
2261 Solvers
280 Solvers
753 Solvers
Create a square matrix of multiples
383 Solvers
102 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!