How to convert binary number to decimal integer?

4 次查看(过去 30 天)
I'm trying to convert from binary number to decimal integer. I have some clues that I have to use predefined function bin2dec() or dec2bin(). Example: 00101101110 --> -657 an example was given by my professor. However, I have no idea how he converted from this binary number to -657. I try to do by hand, converting 00101101110, I got 366. Using bin2dec(), I got 366.
  1 个评论
David Goodmanson
David Goodmanson 2017-9-10
Hi Hoat,
It appears that twos complement or ones complement is involved here although I could not quite get there. Somebody will know.

请先登录,再进行评论。

回答(1 个)

Jose Marques
Jose Marques 2017-9-10

类别

Help CenterFile Exchange 中查找有关 Data Type Conversion 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by