how to convert int32 to real number

46 vues (au cours des 30 derniers jours)
areej abdulshaheed
areej abdulshaheed le 29 Mai 2019
hi
how to convert int32 no. to real number
for example if I have thisvelocity2.png

Réponse acceptée

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

Plus de réponses (0)

Catégories

En savoir plus sur MATLAB Coder dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by