Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
x = 10;
y_correct = 1010;
assert(isequal(dec_bin(x),y_correct))
|
2 | Fail |
x = 2;
y_correct = 10;
assert(isequal(dec_bin(x),y_correct))
|
3 | Fail |
x = 15;
y_correct = 1111;
assert(isequal(dec_bin(x),y_correct))
|
Find state names that end with the letter A
707 Solvers
Project Euler: Problem 8, Find largest product in a large string of numbers
315 Solvers
746 Solvers
345 Solvers
Number of Even Elements in Fibonacci Sequence
665 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!