converting ASCII to decimal , please help .

3 vues (au cours des 30 derniers jours)
arwa
arwa le 30 Avr 2014
I have ASCII array , i want to convert it into decimal array .. how ? what is the matlab code ?

Réponses (1)

per isakson
per isakson le 30 Avr 2014
try
num = str2num( ascii_array );
and
doc str2num

Catégories

En savoir plus sur Data Type Conversion dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by