Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x=1;
m=4;
n=1;
leaking_correct = 2;
assert(abs(leaking(x,m,n)-leaking_correct)<1000*eps)
|
2 | Pass |
%%
x=1;
m=2;
n=50;
leaking_correct = 0.2;
assert(abs(leaking(x,m,n)-leaking_correct)<1000*eps)
|
3 | Pass |
%%
x=0.2;
m=50;
n=2;
leaking_correct = 1;
assert(abs(leaking(x,m,n)-leaking_correct)<1000*eps)
|
Extract leading non-zero digit
1205 Solvers
927 Solvers
random picture with random colours
138 Solvers
Create a vector whose elements depend on the previous element
391 Solvers
264 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!