Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 0.63;
y_correct = [1 0 1 0 1 1];
assert(isequal(coins(x),y_correct))
|
2 | Pass |
x = 0.49;
y_correct = [0 2 0 1 2 0];
assert(isequal(coins(x),y_correct))
|
516 Solvers
Implement simple rotation cypher
942 Solvers
4998 Solvers
Matlab Basics II - Extract last 3 elements of a vector
164 Solvers
Basic commands - Least common multiple
151 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!