is there any command to Perform hexadecimal division operation between the data in two variables

2 Ansichten (letzte 30 Tage)
Dear Sir / Madam,
I have two hexadecimal values are kept in two variables like a=0E, b=0F. is there any command to Perform hexadecimal division operation between the data in two variables. if it is possible then Please give me an answer. This is very helpful to me.
Thanking You Sir,

Akzeptierte Antwort

Steven Lord
Steven Lord am 13 Aug. 2019
Assuming by "hexadecimal division operation" you mean regular division, use hex2dec then divide as normal.
If you have a different meaning in mind for "hexadecimal division operation" please clarify.

Weitere Antworten (0)

Kategorien

Mehr zu Workspace Variables and MAT-Files 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