Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
s = '508-647-7000, (508) 647-7001, 617-555-1212, 1-800-323-1234, 704 555-1212';
a = {'508','617','704','800'};
assert(isequal(refcn(s),a))
p =
1 16 31 47 61
3 18 33 49 63
|
2 | Pass |
%%
s = '212-657-0260; (888) 647-7001; 336 565-1212; +1-800-323-1234';
a = {'212','336','800','888'};
assert(isequal(refcn(s),a))
p =
1 16 31 48
3 18 33 50
|
What is the next step in Conway's Life?
639 Solvers
651 Solvers
Vectorize the digits of an Integer
269 Solvers
Remove the two elements next to NaN value
411 Solvers
462 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!