how to convert int32 to real number

50 views (last 30 days)
hi
how to convert int32 no. to real number
for example if I have thisvelocity2.png

Accepted Answer

Bjorn Gustavsson
Bjorn Gustavsson on 29 May 2019
X_real = double(X_int32);
HTH

More Answers (0)

Categories

Find more on MATLAB Coder in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!