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)
|
2486 Solvers
96 Solvers
Find the maximum two numbers of every column of a matrix
137 Solvers
110 Solvers
Convert a vector of Integers into a matrix of binaries
65 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!