converting ASCII to decimal , please help .

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 日

0 投票

try
num = str2num( ascii_array );
and
doc str2num

カテゴリ

ヘルプ センター および File ExchangeCharacters and Strings についてさらに検索

タグ

質問済み:

2014 年 4 月 30 日

回答済み:

2014 年 4 月 30 日

Community Treasure Hunt

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

Start Hunting!

Translated by