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 件のコメント
José-Luis
2014 年 4 月 30 日
doc dlmread
回答 (1 件)
per isakson
2014 年 4 月 30 日
try
num = str2num( ascii_array );
and
doc str2num
カテゴリ
ヘルプ センター および File Exchange で Characters and Strings についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!