Matlab Bit Array To Int

[Solved] Matlab Bit Array To Int | Matlab - Code Explorer | yomemimo.com
Question : matlab bit array to int

Answered by : joshua-jurgensmeier

b = [0 0; 0 1; 1 0; 1 1]
d = bi2de(b, 'left-msb')

Source : https://www.mathworks.com/help/comm/ref/bi2de.html | Last Update : Thu, 06 Aug 20

Answers related to matlab bit array to int

Code Explorer Popular Question For Matlab