Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
vector1 = [0 0 0 0 0 0 0 0 0 0];
vector1_correct = [2 4 8 16 32 64 128 256 512 1024];
code = textread('PowersOf.m', '%s');
assert(isequal(PowersOf(vector1), vector1_correct) && ...
strcmp(code(5), 'for') && ...
strcmp(code(end-7), 'end') && ...
strcmp(code(end-6), 'end'));
|
1166 Solvers
Sum of diagonal of a square matrix
1159 Solvers
Number of 1s in a binary string
1228 Solvers
435 Solvers
124 Solvers