how to convert int32 to real number

46 visualizaciones (últimos 30 días)
areej abdulshaheed
areej abdulshaheed el 29 de Mayo de 2019
Respondida: Bjorn Gustavsson el 29 de Mayo de 2019
hi
how to convert int32 no. to real number
for example if I have thisvelocity2.png

Respuesta aceptada

Bjorn Gustavsson
Bjorn Gustavsson el 29 de Mayo de 2019
X_real = double(X_int32);
HTH

Más respuestas (0)

Categorías

Más información sobre MATLAB Coder en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by