converting ASCII to decimal , please help .

3 Ansichten (letzte 30 Tage)
arwa
arwa am 30 Apr. 2014
Beantwortet: per isakson am 30 Apr. 2014
I have ASCII array , i want to convert it into decimal array .. how ? what is the matlab code ?

Antworten (1)

per isakson
per isakson am 30 Apr. 2014
try
num = str2num( ascii_array );
and
doc str2num

Kategorien

Mehr zu Data Type Conversion finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by