Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
x = 7;
y_correct = 25;
assert(isequal(mmi(x),y_correct))
y =
7
|
2 | Fail |
x = 11;
y_correct = 61;
assert(isequal(mmi(x),y_correct))
y =
11
|
19337 Solvers
Extract leading non-zero digit
1205 Solvers
343 Solvers
156 Solvers
549 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!