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)
|
random picture with random colours
138 Solvers
246 Solvers
187 Solvers
229 Solvers
340 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!