Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
n=10;
d=6;
assert(spiro(n,d)<365*pi)
|
2 | Pass |
n=10;
d=6;
assert(spiro(n,d)>355*pi)
|
3 | Pass |
n=125;
d=1;
assert(spiro(n,d)<25*pi)
|
4 | Pass |
n=120;
d=1;
assert(spiro(n,d)>19*pi)
|
5 | Pass |
n=12;
d=1;
assert(spiro(n,d)<3*pi)
|
6 | Pass |
n=11;
d=1;
assert(spiro(n,d)>pi)
|
5704 Solvers
579 Solvers
Find the area of the four walls
203 Solvers
214 Solvers
Solving Quadratic Equations (Version 1)
427 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!