converting ASCII to decimal , please help .

3 visualizaciones (últimos 30 días)
arwa
arwa el 30 de Abr. de 2014
Respondida: per isakson el 30 de Abr. de 2014
I have ASCII array , i want to convert it into decimal array .. how ? what is the matlab code ?

Respuestas (1)

per isakson
per isakson el 30 de Abr. de 2014
try
num = str2num( ascii_array );
and
doc str2num

Categorías

Más información sobre Data Type Conversion en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by