Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = 23;
vec_crt=[1 23];
assert(isequal(your_fcn_name(x),vec_crt))
|
2 | Pass |
%%
x = 54;
vec_crt=[2 23];
assert(isequal(your_fcn_name(x),vec_crt))
|
3 | Pass |
%%
x = 231;
vec_crt=[8 18];
assert(isequal(your_fcn_name(x),vec_crt))
|
4 | Pass |
%%
x = 300;
vec_crt=[10 26];
assert(isequal(your_fcn_name(x),vec_crt))
|
Replace NaNs with the number that appears to its left in the row.
2018 Solvers
281 Solvers
Relative ratio of "1" in binary number
392 Solvers
376 Solvers
171 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!