converting ASCII to decimal , please help .

I have ASCII array , i want to convert it into decimal array .. how ? what is the matlab code ?

Answers (1)

try
num = str2num( ascii_array );
and
doc str2num

Categories

Asked:

on 30 Apr 2014

Answered:

on 30 Apr 2014

Community Treasure Hunt

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

Start Hunting!