Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 10;
y_correct = 1010;
assert(isequal(dec_bin(x),y_correct))
|
2 | Pass |
x = 2;
y_correct = 10;
assert(isequal(dec_bin(x),y_correct))
|
3 | Pass |
x = 15;
y_correct = 1111;
assert(isequal(dec_bin(x),y_correct))
|
489 Solvers
406 Solvers
Sum the 'edge' values of a matrix
232 Solvers
Find the sides of an isosceles triangle when given its area and height from its base to apex
449 Solvers
Solve a System of Linear Equations
3452 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!