フィルターのクリア

converting ASCII to decimal , please help .

3 ビュー (過去 30 日間)
arwa
arwa 2014 年 4 月 30 日
回答済み: per isakson 2014 年 4 月 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 Center および File ExchangeData Type Conversion についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by