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))
|
Find the alphabetic word product
2322 Solvers
Number of 1s in the Binary Representation of a Number
356 Solvers
Replace multiples of 5 with NaN
358 Solvers
construct matrix with identical rows
168 Solvers
292 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!