Filter löschen
Filter löschen

how to divide multiple data bytes and convert it into hex ?

1 Ansicht (letzte 30 Tage)
Tayyaba Abro
Tayyaba Abro am 27 Jan. 2021
Kommentiert: David Hill am 27 Jan. 2021
I have a data in string '94040000' when I am comverting it into hexadecimal it is converting the whole data but I want to convert it in 4 bytes. please let me know how can I separate them and convert in 4 bytes?

Akzeptierte Antwort

David Hill
David Hill am 27 Jan. 2021
a='94040000';
b=hex2dec(reshape(a,4,[])');

Weitere Antworten (0)

Kategorien

Mehr zu Data Type Conversion finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by