how to convert int32 to real number

조회 수: 48 (최근 30일)
areej abdulshaheed
areej abdulshaheed 2019년 5월 29일
답변: Bjorn Gustavsson 2019년 5월 29일
hi
how to convert int32 no. to real number
for example if I have thisvelocity2.png

채택된 답변

Bjorn Gustavsson
Bjorn Gustavsson 2019년 5월 29일
X_real = double(X_int32);
HTH

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 MATLAB Coder에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by