| MATLAB C++ Math Library | Search  Help Desk |
| bin2dec | See Also |
Binary to decimal number conversion
C++ Prototype
mwArray bin2dec(const mwArray &binarystr);
C++ Syntax
#include "matlab.hpp" mwArray binarystr; // Input argument(s) mwArray decnumber; // Return value decnumber = bin2dec(binarystr);
MATLAB Syntax
bin2dec(binarystr)
See Also
bin2dec Calling Conventions