MATLAB Function Reference | Search  Help Desk |
bin2dec | Examples See Also |
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