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))
|
785 Solvers
Project Euler: Problem 5, Smallest multiple
397 Solvers
399 Solvers
216 Solvers
Try 1.5.4: Celsius to Fahrenheit
609 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!