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 | Fail |
d = 1;
b = '1';
assert(isequal(dec2bin_fractions(d),b))
splt =
1×1 cell array
{'1'}
|
2 | Fail |
d = 2.5;
b = '10.1';
assert(isequal(dec2bin_fractions(d),b))
splt =
1×2 cell array
{'2'} {'5'}
|
3 | Fail |
d = 34.125;
b = '100010.001';
assert(isequal(dec2bin_fractions(d),b))
splt =
1×2 cell array
{'34'} {'125'}
|
4 | Fail |
d = 452.8125;
b = '111000100.1101';
assert(isequal(dec2bin_fractions(d),b))
splt =
1×2 cell array
{'452'} {'8125'}
|
Find the numeric mean of the prime numbers in a matrix.
5904 Solvers
582 Solvers
687 Solvers
1014 Solvers
Simple equation: Annual salary
3406 Solvers