converting ASCII to decimal , please help .

3 次查看(过去 30 天)
I have ASCII array , i want to convert it into decimal array .. how ? what is the matlab code ?

回答(1 个)

per isakson
per isakson 2014-4-30
try
num = str2num( ascii_array );
and
doc str2num

类别

Help CenterFile Exchange 中查找有关 Data Type Conversion 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by