23.07.2012 Views

MATLAB C++ Math Library Reference

MATLAB C++ Math Library Reference

MATLAB C++ Math Library Reference

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

0base2dec<br />

Purpose Base to decimal number conversion<br />

<strong>C++</strong> Prototype mwArray base2dec(const mwArray &strn, const mwArray &base);<br />

<strong>C++</strong> Syntax #include "matlab.hpp"<br />

<strong>MATLAB</strong><br />

Syntax<br />

mwArray strn; // String array(s)<br />

mwArray base; // Input argument(s)<br />

mwArray d; // Return value<br />

d = base2dec(strn,base);<br />

d = base2dec('strn',base)<br />

See Also <strong>MATLAB</strong> base2dec Calling Conventions<br />

base2dec<br />

36

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!