Find the sum of the numeric equivalents of all characters entered in a phrase. For example: for the phrase 'My name is test', the result should be a sum of the array: [77 121 32 110 97 109 101 32 105 115 32 116 101 115 116] i.e. 1379
Solution Stats
Problem Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers50
Suggested Problems
-
Determine whether a vector is monotonically increasing
22949 Solvers
-
3811 Solvers
-
Back to basics 22 - Rotate a matrix
937 Solvers
-
Remove All elements less than 5
144 Solvers
-
Write a code that will follow the equation y = x * (x + x) * x.
358 Solvers
More from this Author29
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!