Opposite task convert string hexadecimal numbers array into array of decimal numbers .
Example
x=[ '208'; '209'; '20A'; '20B'; '20C'; '20D'; '20E'; '20F'; '210'; '211'; '212'; '213'; '214'; '215'; '216'; '217'; '218'; '219'; '21A'; '21B'; '21C'];
result=[520; 521; 522; 523; 524; 525; 526; 527; 528; 529; 530; 531; 532; 533; 534; 535; 536; 537; 538; 539; 540]
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers58
Suggested Problems
-
Remove any row in which a NaN appears
8773 Solvers
-
Maximum running product for a string of numbers
2254 Solvers
-
246 Solvers
-
Find the index of n in magic(n)
273 Solvers
-
Find the sides of an isosceles triangle when given its area and height from its base to apex
2146 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!