conversion from base 13 to IEEE 754
Infos
Cette question est clôturée. Rouvrir pour modifier ou répondre.
Afficher commentaires plus anciens
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 commentaire
James Tursa
le 1 Avr 2020
Please provide some sample inputs and desired outputs.
Réponses (1)
James Tursa
le 1 Avr 2020
Modifié(e) : James Tursa
le 1 Avr 2020
For the base 13 conversions:
doc dec2base
doc base2dec
For the IEEE format conversions:
doc num2hex
doc hex2num
Cette question est clôturée.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!