how to convert int32 to real number

46 Ansichten (letzte 30 Tage)
areej abdulshaheed
areej abdulshaheed am 29 Mai 2019
hi
how to convert int32 no. to real number
for example if I have thisvelocity2.png

Akzeptierte Antwort

Bjorn Gustavsson
Bjorn Gustavsson am 29 Mai 2019
X_real = double(X_int32);
HTH

Weitere Antworten (0)

Kategorien

Mehr zu MATLAB Coder finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by