Skip to content
This repository was archived by the owner on May 21, 2020. It is now read-only.

bin2dec

Florian Rappl edited this page Dec 21, 2014 · 2 revisions

bin2dec

Converts a binary number to a decimal number.

bin2dec(binarystr)

The function ignores white spaces and converts the given binary input to the equivalent decimal number.

Argument binarystr

String

Returns 1. entry

Scalar

Example

bin2dec("010111")

Binary 010111 converts to decimal 23.

Clone this wiki locally