how to convert int32 to real number

22 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)

Tags

Community Treasure Hunt

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

Start Hunting!