Problem 55425. Convert a given Character to its decimal equivalent value
Convert a given character to its decimal equivalent value according to the ascii table.
if x = '!'; y = 33;
if x = 'u'; y = 117;
https://www.asciitable.com/
Solution Stats
Solution Comments
Show commentsProblem Recent Solvers62
Suggested Problems
-
How to find the position of an element in a vector without using the find function
2750 Solvers
-
Project Euler: Problem 10, Sum of Primes
1897 Solvers
-
Generate N equally spaced intervals between -L and L
883 Solvers
-
Flip the vector from right to left
9570 Solvers
-
Matlab Basics - y as a function of x
504 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!