필터 지우기
필터 지우기

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 CenterFile Exchange에서 Data Type Conversion에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by