Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 10;
y_correct = 3;
assert(isequal(minBin(x),y_correct))
|
2 | Pass |
x = 23;
y_correct = 15;
assert(isequal(minBin(x),y_correct))
|
3 | Pass |
x = 15;
y_correct = 15;
assert(isequal(minBin(x),y_correct))
|
54310 Solvers
Sum all integers from 1 to 2^n
8418 Solvers
Convert from Base 10 to base 5
203 Solvers
find the maximum element of the matrix
348 Solvers
Area of an equilateral triangle
2761 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!