converting ASCII to decimal , please help .

3 views (last 30 days)
arwa
arwa on 30 Apr 2014
Answered: per isakson on 30 Apr 2014
I have ASCII array , i want to convert it into decimal array .. how ? what is the matlab code ?

Answers (1)

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

Categories

Find more on Data Type Conversion in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!