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))
|
17223 Solvers
1163 Solvers
Return the first and last characters of a character array
3460 Solvers
Vectorize the digits of an Integer
269 Solvers
525 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!