hexToBinaryVector
Convert hexadecimal value to binary vector
Syntax
Description
converts hexadecimal numbers to a binary vector with the specified number of
bits.binVal
= hexToBinaryVector(hexNumber
,numberOfBits
)
converts hexadecimal numbers to a binary vector with the specified number of
bits in the specified bit ordering.binVal
= hexToBinaryVector(hexNumber
,numberOfBits
,bitOrder
)
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2012b