Problem 51183. Convert Hexadecimal Number to Decimal Number
Convert a hexadecimal number to a decimal number. Many of the numbers may be quite large. For example:
hex='abcdef123456';
dec='188900967593046';
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers10
Suggested Problems
-
Find the longest sequence of 1's in a binary sequence.
6363 Solvers
-
Find the two most distant points
2880 Solvers
-
Project Euler: Problem 16, Sums of Digits of Powers of Two
141 Solvers
-
Implement a bubble sort technique and output the number of swaps required
321 Solvers
-
Add a row of zeros on top of a matrix
254 Solvers
More from this Author56
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!