conversion from base 13 to IEEE 754
情報
この質問は閉じられています。 編集または回答するには再度開いてください。
古いコメントを表示
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 件のコメント
James Tursa
2020 年 4 月 1 日
Please provide some sample inputs and desired outputs.
回答 (1 件)
James Tursa
2020 年 4 月 1 日
編集済み: James Tursa
2020 年 4 月 1 日
For the base 13 conversions:
doc dec2base
doc base2dec
For the IEEE format conversions:
doc num2hex
doc hex2num
0 件のコメント
この質問は閉じられています。
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!