conversion from base 13 to IEEE 754
Info
This question is closed. Reopen it to edit or answer.
Show older comments
I need some help with a script that given a value in base 13, show its respective representation in IEEE754 format (sign, exponent, and mantissa) and viceversa, and also the absolute and relative errors generated.
1 Comment
James Tursa
on 1 Apr 2020
Please provide some sample inputs and desired outputs.
Answers (1)
James Tursa
on 1 Apr 2020
Edited: James Tursa
on 1 Apr 2020
For the base 13 conversions:
doc dec2base
doc base2dec
For the IEEE format conversions:
doc num2hex
doc hex2num
This question is closed.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!