Problem 1640. COUNT LETTERS
Count the number of letters in a given string. For Example: STR='The MAtlAb code'; output:T 2 H 1 E 2 M 1 A 2 L 1 B 1 C 1 O 1 D 1 Note:Change the given string into UPPER case letters. then calculate.
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers45
Suggested Problems
-
Project Euler: Problem 9, Pythagorean numbers
1301 Solvers
-
Compute a dot product of two vectors x and y
1005 Solvers
-
Try 1.5.4: Celsius to Fahrenheit
835 Solvers
-
Sum the numbers on the main diagonal
591 Solvers
-
83 Solvers
More from this Author16
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!