Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
filetext = fileread('AztecDiamond.m');
assert(isempty(strfind(filetext,'eval')))
assert(isempty(strfind(filetext,'assign')))
assert(isempty(strfind(filetext,'echo')))
assert(isempty(strfind(filetext,'switch')))
assert(isempty(strfind(filetext,'regexp')))
|
2 | Pass |
d = 1;
assert(isequal(AztecDiamond(d),2))
|
3 | Pass |
d = 3;
assert(isequal(AztecDiamond(d),64))
|
4 | Pass |
d = 6;
assert(isequal(AztecDiamond(d),2097152))
|
5 | Pass |
d = 7;
assert(isequal(AztecDiamond(d),268435456))
|
6 | Pass |
d = 9;
assert(isequal(log2(AztecDiamond(d)),45))
|
7 | Pass |
d = 12;
assert(isequal(log2(AztecDiamond(d)),78))
|
1263 Solvers
Rotate input square matrix 90 degrees CCW without rot90
380 Solvers
28 Solvers
Integer sequence - 2 : Kolakoski sequence
105 Solvers
218 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!