converting ASCII to decimal , please help .
Afficher commentaires plus anciens
I have ASCII array , i want to convert it into decimal array .. how ? what is the matlab code ?
1 commentaire
José-Luis
le 30 Avr 2014
doc dlmread
Réponses (1)
per isakson
le 30 Avr 2014
try
num = str2num( ascii_array );
and
doc str2num
Catégories
En savoir plus sur Data Type Conversion dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!