This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
d = 1;
b = '1';
assert(isequal(dec2bin_fractions(d),b))
|
2 | Pass |
d = 2.5;
b = '10.1';
assert(isequal(dec2bin_fractions(d),b))
|
3 | Pass |
d = 34.125;
b = '100010.001';
assert(isequal(dec2bin_fractions(d),b))
|
4 | Pass |
d = 452.8125;
b = '111000100.1101';
assert(isequal(dec2bin_fractions(d),b))
|
Make the vector [1 2 3 4 5 6 7 8 9 10]
35560 Solvers
1398 Solvers
228 Solvers
Is my wife right? Now with even more wrong husband
1241 Solvers
3065 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!