MATLAB Functions | Help Desk |
bin2dec
Binary to decimal number conversion
bin2dec(binarystr
)
bin2dec(binarystr
)
interprets the binary string binarystr
and returns the equivalent decimal number.
bin2dec('010111')
returns 23.
dec2bin