get character value from decimal
5 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Elysi Cochin
le 3 Mar 2017
Réponse apportée : Walter Roberson
le 3 Mar 2017
get character value from decimal
rbi = (dec2bin(rb,1))';
rbin = reshape(rbi,siz,8);
txt = (bin2dec(rbin))';
txt is decimal value needs its character... tried
char(txt) still incorrect result
1 commentaire
Réponse acceptée
Voir également
Catégories
En savoir plus sur Creating and Concatenating Matrices 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!