This solution is outdated. To rescore this solution, sign in.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = 'anbduybefiafn29128r4 ybzw';
y_correct = 6;
assert(isequal(digits(x),y_correct))
|
2 | Pass |
%%
x = 'anuk32y7rhcscbniv82 bv7hf bA^#2tR*Gqvg';
y_correct = 7;
assert(isequal(digits(x),y_correct))
|
1598 Solvers
280 Solvers
17125 Solvers
525 Solvers
241 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!