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!