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

2 views (last 30 days)
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,

Accepted Answer

Steven Lord
Steven Lord on 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.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!