Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
n = 4;
d = 2;
%p = isprime(spiral(n));imagesc(p)
assert(isequal(prime_spiral(n),d))
|
2 | Pass |
%%
n = 7;
d = 4;
assert(isequal(prime_spiral(n),d))
|
3 | Pass |
%%
n = 13;
d = 5;
assert(isequal(prime_spiral(n),d))
|
4 | Pass |
%%
n = 52;
d = 6;
assert(isequal(prime_spiral(n),d))
|
5 | Pass |
%%
n = 81;
d = 9;
assert(isequal(prime_spiral(n),d))
|
Swap the first and last columns
12416 Solvers
1263 Solvers
Rotate and display numbered tile
239 Solvers
Getting the row and column location from a matrix
236 Solvers
Remove white space from the string
168 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!