Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = [13 33 14 51];
y_correct = 'cody';
assert(isequal(decrypt_polybius(x),y_correct))
|
2 | Pass |
%%
x = [23 0 26 33 44 15 0 31 11 42 26 11 12] ;
y_correct = 'i love matlab';
assert(isequal(decrypt_polybius(x),y_correct))
|
1313 Solvers
749 Solvers
434 Solvers
Given a matrix, return the last eigen value
138 Solvers
The Answer to Life, the Universe, and Everything
313 Solvers