23.12.2012 Views

MATLAB Function Reference Volume 1: A - E - Bad Request

MATLAB Function Reference Volume 1: A - E - Bad Request

MATLAB Function Reference Volume 1: A - E - Bad Request

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

ase2dec<br />

2base2dec<br />

Purpose Base to decimal number conversion<br />

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

Description d = base2dec('strn',base) converts the string number strn of the specified<br />

base into its decimal (base 10) equivalent. base must be an integer between 2<br />

and 36. If 'strn' is a character array, each row is interpreted as a string in the<br />

specified base.<br />

Examples The expression base2dec('212',3) converts 212 3 to decimal, returning 23.<br />

See Also dec2base<br />

2-134

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

Saved successfully!

Ooh no, something went wrong!