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 Exchange에서 Characters 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