covert 128 binary string into hex decimal

 Réponse acceptée

James Tursa
James Tursa le 17 Déc 2020
Modifié(e) : James Tursa le 17 Déc 2020
b = your binary digits vector
d = [8 4 2 1]*reshape(b,4,[]);
h = sprintf('%x',d);

Plus de réponses (0)

Catégories

Community Treasure Hunt

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

Start Hunting!

Translated by