Given an alphanumeric telephone number (Ex. 1-800-COLLECT), return the purely numeric phone number as a vector. This problem uses the US number associations as shown below

Example:
phoneword = '1-800-COLLECT';
phonenumber = phoneword2number(phoneword);outputs
phonenumber = [1 8 0 0 2 6 5 5 3 2 8]
Solution Stats
Problem Comments
2 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers60
Suggested Problems
-
Count from 0 to N^M in base N.
240 Solvers
-
What is the distance from point P(x,y) to the line Ax + By + C = 0?
558 Solvers
-
Change the sign of even index entries of the reversed vector
644 Solvers
-
321 Solvers
-
Relative ratio of "1" in binary number
1596 Solvers
More from this Author56
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
The image link is broken.
Apparently, it was fixed.