Problem 42589. Change number representation to HEX
Given a number change it's representation to HEX and output it.
Solution Stats
Problem Comments
-
2 Comments
It should be noted that the author is requesting the float representation of hexadecimal numbers. Maybe a test case with pi should be added.
In particular, the problem asks for the IEEE 754 double precision format. I learned two things from this problem: (1) how to convert a number to the IEEE 754 format and (2) that MATLAB already has a function to do it.
Solution Comments
Show commentsProblem Recent Solvers38
Suggested Problems
-
Find common elements in matrix rows
2663 Solvers
-
Given an unsigned integer x, find the largest y by rearranging the bits in x
1854 Solvers
-
We love vectorized solutions. Problem 1 : remove the row average.
830 Solvers
-
Delete 2nd and 5th column of Given 6*6 matrix
165 Solvers
-
Finding perimeter of a rectangle
471 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!