Problem 43603. Convert array of decimal numbers into hexadecimal numbers array.
Convert array of decimal numbers into hexadecimal numbers array.
Example
x =[ 32 33 34 35 36 37 38 39 40 41 42 43 44 45]
res= ['20' ;'21' ;'22'; '23' ;'24' ;'25' ;'26' ;'27' ;'28'; '29' ;'2A'; '2B' ;'2C'; '2D'];
Solution Stats
Problem Comments
-
1 Comment
Olha Remesh
on 23 Oct 2016
cool
Solution Comments
Show commentsProblem Recent Solvers64
Suggested Problems
-
21396 Solvers
-
Try 1.5.4: Celsius to Fahrenheit
812 Solvers
-
Find out total non zero element of matrix
267 Solvers
-
Matlab Basics II - Log and natural log
182 Solvers
-
181 Solvers
More from this Author37
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!