how to convert int32 to real number

46 ビュー (過去 30 日間)
areej abdulshaheed
areej abdulshaheed 2019 年 5 月 29 日
回答済み: Bjorn Gustavsson 2019 年 5 月 29 日
hi
how to convert int32 no. to real number
for example if I have thisvelocity2.png

採用された回答

Bjorn Gustavsson
Bjorn Gustavsson 2019 年 5 月 29 日
X_real = double(X_int32);
HTH

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMATLAB Coder についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by