Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
inp = '1FUNDOG4YOU';
out_correct = 13863644968;
assert(isequal(dial(inp),out_correct))
|
2 | Pass |
inp = '1 (FUN) DOG-4-YOU #2';
out_correct = 0;
assert(isequal(dial(inp),out_correct))
|
724 Solvers
Switch matrix to a column vector
260 Solvers
07 - Common functions and indexing 5
314 Solvers
Find and replaces spaces from a input string with *
133 Solvers
616 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!