How can I convert decimal number to binary number
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Abduellah Elbakoush
le 29 Déc 2021
Réponse apportée : Voss
le 29 Déc 2021
I have a= 32
if i use dec2bin(a ) the result is (10 0000)
But I don't want it's like that
I want the result is (0010 0000)
How I can do that
0 commentaires
Réponse acceptée
Plus de réponses (0)
Voir également
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!