converting ASCII to decimal , please help .
Show older comments
I have ASCII array , i want to convert it into decimal array .. how ? what is the matlab code ?
1 Comment
José-Luis
on 30 Apr 2014
doc dlmread
Answers (1)
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!