8桁のIEEE16進数表示を10進数に変換する方法?
古いコメントを表示
以下のように、単精度の数値をhexに変換できるが、逆変換(B⇒Aに変換)の方法はありますか?
A=single(13.17647076);
B = num2hex(A); ⇒ B = '4152d2d3';
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で 数値型 についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!