Problem 1069. Phoneword Translator
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
goc3
on 6 Oct 2016
The image link is broken.
Rafael S.T. Vieira
on 23 Aug 2020
Apparently, it was fixed.
Solution Comments
Show commentsProblem Recent Solvers60
Suggested Problems
-
Find the sum of all the numbers of the input vector
53490 Solvers
-
What is the distance from point P(x,y) to the line Ax + By + C = 0?
554 Solvers
-
Determine Whether an array is empty
808 Solvers
-
Generate N equally spaced intervals between -L and L
940 Solvers
-
324 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!