convert decimal to hex

2 次查看(过去 30 天)
dhafar hamed
dhafar hamed 2020-9-18
suppose i have below vector
V = [11, 23, 56, 67, 15, 89, 99, 12, 10, 67, 87,98,54,23,57,89,90,97,69,59, 23, 56, 67, 15, 89, 99, 12, 10, 67, 87,98,54,23,77,65,67,97,69,59, 23, 56, 67, 15, 89, 78, 12, 10, 67, 87,98,34,23,57,89,12,97,69,59]
i want to convert V to hex then the result will be as below
1E240E12A2B3C

回答(1 个)

Walter Roberson
Walter Roberson 2020-9-18
sprintf('%02x',V)
  1 个评论
Walter Roberson
Walter Roberson 2020-9-19
What difficulty are you having?
The input you show is 60 elements if I count correctly. Your desired output example is 14 characters. There is no obvious way to get from 60 bytes of input to 14 hex digits of output.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Numeric Types 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by