Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
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))
|
Make one big string out of two smaller strings
1148 Solvers
386 Solvers
Sum the entries of each column of a matrix which satisfy a logical condition.
136 Solvers
724 Solvers
669 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!